Searched refs:xmlFile (Results 1 – 2 of 2) sorted by relevance
1162 IFile xmlFile = null; in showInclude() local1166 xmlFile = (IFile) workspace.findMember(relativePath); in showInclude()1168 xmlFile = workspace.getFileForLocation(filePath); in showInclude()1170 if (xmlFile != null) { in showInclude()1175 IEditorPart openAlready = EditorUtility.isOpenInEditor(xmlFile); in showInclude()1192 xmlFile.setSessionProperty(GraphicalEditorPart.NAME_INITIAL_STATE, in showInclude()1200 xmlFile.setSessionProperty(GraphicalEditorPart.NAME_INCLUDE, next); in showInclude()1208 EditorUtility.openInEditor(xmlFile, true); in showInclude()
970 for (IFile xmlFile : findAllResXmlFiles()) { in checkFinalConditions()971 if (xmlFile != null) { in checkFinalConditions()972 List<Change> changes = computeXmlSourceChanges(xmlFile, in checkFinalConditions()