Searched refs:xpath_value (Results 1 – 1 of 1) sorted by relevance
19 private Map<String, String> xpath_value = CldrUtility.newConcurrentHashMap(); field in SimpleXMLSource36 this.xpath_value = copyAsLockedFrom.xpath_value; in SimpleXMLSource()44 return (String) xpath_value.get(xpath); in getValueAtDPath()50 if (xpath_value.get(xpath) != null) return xpath; // we don't store duplicates in getFullPathAtDPath()73 String oldValue = xpath_value.get(distinguishingXPath); in removeValueAtDPath()74 xpath_value.remove(distinguishingXPath); in removeValueAtDPath()80 return Collections.unmodifiableSet(xpath_value.keySet()).iterator(); in iterator()92 result.xpath_value = CldrUtility.newConcurrentHashMap(result.xpath_value); in cloneAsThawed()101 String oldValue = xpath_value.get(distinguishingXPath); in putValueAtDPath()102 xpath_value.put(distinguishingXPath, value); in putValueAtDPath()