Searched refs:XPathAPI_selectNodeList (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | LDMLUtilities.java | 1358 NodeList list = XPathAPI_selectNodeList(doc, xpath); in getNodeListAsArray() 1430 return XPathAPI_selectNodeList(doc, xpath); in getNodeList() 1492 NodeList nl = XPathAPI_selectNodeList(doc, xpath, namespaceNode); in getNode() 1512 NodeList nl = XPathAPI_selectNodeList(context, "./" + resToFetch, namespaceNode); in getNode() 1538 NodeList nl = XPathAPI_selectNodeList(node, xpath); in getNode() 1572 NodeList nl = XPathAPI_selectNodeList(node, xpath); in getNode() 1711 NodeList nl = XPathAPI_selectNodeList(doc, xpath, namespaceNode); in getNodeList() 1731 NodeList nl = XPathAPI_selectNodeList(node, xpath); in getNodeList() 2251 private static NodeList XPathAPI_selectNodeList(Node node, String xpath) in XPathAPI_selectNodeList() method in LDMLUtilities 2264 private static NodeList XPathAPI_selectNodeList(Document doc, String xpath, Node namespaceNode) in XPathAPI_selectNodeList() method in LDMLUtilities [all …]
|