Searched refs:XPathAPI_selectNodeList (Results  1 – 1 of 1) sorted by relevance
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ | 
| D | LDMLUtilities.java | 1299             NodeList list = XPathAPI_selectNodeList(doc, xpath);  in getNodeListAsArray() 1372             return XPathAPI_selectNodeList(doc, xpath);  in getNodeList() 1434             NodeList nl = XPathAPI_selectNodeList(doc, xpath, namespaceNode);  in getNode() 1453             NodeList nl = XPathAPI_selectNodeList(context, "./" + resToFetch, namespaceNode);  in getNode() 1478             NodeList nl = XPathAPI_selectNodeList(node, xpath);  in getNode() 1509             NodeList nl = XPathAPI_selectNodeList(node, xpath);  in getNode() 1647             NodeList nl = XPathAPI_selectNodeList(doc, xpath, namespaceNode);  in getNodeList() 1667             NodeList nl = XPathAPI_selectNodeList(node, xpath);  in getNodeList() 2176 …private static NodeList XPathAPI_selectNodeList(Node node, String xpath) throws TransformerExcepti…  in XPathAPI_selectNodeList()  method in LDMLUtilities 2188     private static NodeList XPathAPI_selectNodeList(Document doc, String xpath,  in XPathAPI_selectNodeList()  method in LDMLUtilities [all …] 
 |