Searched refs:otherFullXPath (Results 1 – 1 of 1) sorted by relevance
1026 String otherFullXPath = other.dataSource.getFullPath(otherXpath); in removeDuplicates() local1027 if (!equalsIgnoringDraft(currentFullXPath, otherFullXPath)) { in removeDuplicates()1083 String otherFullXPath = rootFile.dataSource.getFullPath(xpath); in putRoot() local1084 if (!otherFullXPath.contains("[@draft")) { in putRoot()1085 parts.set(otherFullXPath); in putRoot()1088 otherFullXPath = parts.toString(); in putRoot()1091 add(otherFullXPath, otherValue); in putRoot()