Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DLDMLUtilities.java1370 public static NodeList getNodeList(Document doc, String xpath) { in getNodeList() method in LDMLUtilities
1536 NodeList list = getNodeList(parent, childName, fullyResolvedDoc, xpath.toString()); in getVettedNode()
1631 NodeList list = getNodeList(context, ctx); in getChildNodes()
1645 public static NodeList getNodeList(Document doc, String xpath, Node namespaceNode) { in getNodeList() method in LDMLUtilities
1665 public static NodeList getNodeList(Node node, String xpath) { in getNodeList() method in LDMLUtilities
1687 …public static NodeList getNodeList(Node context, String resToFetch, Document fullyResolved, String… in getNodeList() method in LDMLUtilities
1689 NodeList list = getNodeList(context, ctx); in getNodeList()
1693 list = getNodeList(fullyResolved, path); in getNodeList()