Home
last modified time | relevance | path

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 DTestXMLSource.java36 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 DSimpleXMLSource.java43 public String getValueAtDPath(String xpath) { in getValueAtDPath() method in SimpleXMLSource
H A DXMLSource.java648 public abstract String getValueAtDPath(String path); in getValueAtDPath() method in XMLSource
805 public String getValueAtDPath(String xpath) { in getValueAtDPath() method in XMLSource.ResolvingSource