Searched refs:targetXml (Results 1 – 1 of 1) sorted by relevance
873 IResource targetXml = getTargetXmlResource(mTargetXmlFileWsPath); in checkFinalConditions() local874 if (targetXml != null) { in checkFinalConditions()875 if (targetXml.getType() != IResource.FILE) { in checkFinalConditions()879 ResourceAttributes attr = targetXml.getResourceAttributes(); in checkFinalConditions()900 Change change = createXmlChanges((IFile) targetXml, mXmlStringId, mXmlStringValue, in checkFinalConditions()1111 private Change createXmlChanges(IFile targetXml,1117 TextFileChange xmlChange = new TextFileChange(getName(), targetXml);1125 if (!targetXml.exists()) {1127 targetXml = null;1130 edit = createXmlReplaceEdit(targetXml, xmlStringId, tokenString, status,[all …]