}
protected void load(final URI xmlFile) throws MalformedURLException, XMLException, IOException {
final TreeXmlReader reader = new TreeXmlReader(readManager);
reader.load(new InputStreamReader(new BufferedInputStream(xmlFile.toURL().openStream())));
}
public synchronized LOAD_RETURN_TYPE loadProject(AWorkspaceProject project) throws IOException {
try {
File projectSettings = new File(URIUtils.getAbsoluteFile(project.getProjectDataPath()),"settings.xml");