Searched refs:XPathAPI_selectNodeList (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LDMLUtilities.java | 1304 NodeList list = XPathAPI_selectNodeList(doc, xpath); in getNodeListAsArray() 1377 return XPathAPI_selectNodeList(doc, xpath); in getNodeList() 1439 NodeList nl = XPathAPI_selectNodeList(doc, xpath, namespaceNode); in getNode() 1458 NodeList nl = XPathAPI_selectNodeList(context, "./" + resToFetch, namespaceNode); in getNode() 1483 NodeList nl = XPathAPI_selectNodeList(node, xpath); in getNode() 1514 NodeList nl = XPathAPI_selectNodeList(node, xpath); in getNode() 1652 NodeList nl = XPathAPI_selectNodeList(doc, xpath, namespaceNode); in getNodeList() 1672 NodeList nl = XPathAPI_selectNodeList(node, xpath); in getNodeList() 2289 …private static NodeList XPathAPI_selectNodeList(Node node, String xpath) throws TransformerExcepti… in XPathAPI_selectNodeList() method in LDMLUtilities 2301 private static NodeList XPathAPI_selectNodeList(Document doc, String xpath, in XPathAPI_selectNodeList() method in LDMLUtilities [all …]
|