Searched refs:otherXpath (Results 1 – 2 of 2) sorted by relevance
1048 String otherXpath = xpath; in removeDuplicates() local1049 String otherValue = other.dataSource.getValueAtPath(otherXpath); in removeDuplicates()1052 otherXpath = CLDRFile.getNondraftNonaltXPath(xpath); in removeDuplicates()1053 if (otherXpath.equals(xpath)) { in removeDuplicates()1057 otherValue = other.dataSource.getValueAtPath(otherXpath); in removeDuplicates()1074 String otherFullXPath = other.dataSource.getFullPath(otherXpath); in removeDuplicates()
1411 StringBuffer otherXpath = new StringBuffer(other.getNodeName()); in getNonAltNodeLike() local1412 appendXPathAttribute(other, otherXpath); in getNonAltNodeLike()1414 if (childXPathString.equals(otherXpath.toString())) { in getNonAltNodeLike()