Searched defs:getValueAtDPath (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ | ||
H A D | TestXMLSource.java | 36 public String getValueAtDPath(String path) { in getValueAtDPath() method in TestXMLSource.DummyXMLSource |
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ | ||
H A D | SimpleXMLSource.java | 43 public String getValueAtDPath(String xpath) { in getValueAtDPath() method in SimpleXMLSource |
H A D | XMLSource.java | 648 public abstract String getValueAtDPath(String path); in getValueAtDPath() method in XMLSource |