Searched refs:getValueAtPath (Results 1 – 2 of 2) sorted by relevance
577 String result = dataSource.getValueAtPath(xpath); in getStringValue()581 result = dataSource.getValueAtPath(fallbackPath); in getStringValue()825 String myValue = dataSource.getValueAtPath(key); in putAll()835 if (dataSource.getValueAtPath(path) != null) continue; in putAll()908 …appendFinalComment(dataSource.getFullPath(xpath) + "::<" + dataSource.getValueAtPath(xpath) + ">"); in remove()995 String currentValue = dataSource.getValueAtPath(xpath); in removeDuplicates()1001 String otherValue = other.dataSource.getValueAtPath(otherXpath); in removeDuplicates()1009 otherValue = other.dataSource.getValueAtPath(otherXpath); in removeDuplicates()1074 String currentValue = dataSource.getValueAtPath(xpath); in putRoot()1082 String otherValue = rootFile.dataSource.getValueAtPath(xpath); in putRoot()[all …]
88 … if (conflict_resolution == CLDRFile.MERGE_KEEP_MINE && getValueAtPath(path) != null) continue; in putAll()512 public String getValueAtPath(String xpath) { in getValueAtPath() method in XMLSource1575 String value = getValueAtPath(newPath); // ensure that it still works in getWinningPath()1621 return getValueAtPath(path) != null; in isHere()