Home
last modified time | relevance | path

Searched refs:childXpath (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java1409 StringBuffer childXpath = new StringBuffer(child.getNodeName()); in getNonAltNodeLike() local
1410 appendXPathAttribute(child, childXpath, true/* ignore alt */, true/* ignore draft */); in getNonAltNodeLike()
1411 String childXPathString = childXpath.toString(); in getNonAltNodeLike()