Searched refs:resToFetch (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LDMLUtilities.java | 1456 public static Node getNode(Node context, String resToFetch, Node namespaceNode) { in getNode() argument 1458 NodeList nl = XPathAPI_selectNodeList(context, "./" + resToFetch, namespaceNode); in getNode() 1462 …w new IllegalArgumentException("The XPATH returned more than 1 node!. Check XPATH: " + resToFetch); in getNode() 1617 …public static Node getNode(Node context, String resToFetch, Document fullyResolved, String xpath) { in getNode() argument 1618 String ctx = "./" + resToFetch; in getNode() 1622 String path = xpath + "/" + resToFetch; in getNode() 1634 public static NodeList getChildNodes(Node context, String resToFetch) { in getChildNodes() argument 1635 String ctx = "./" + resToFetch; in getChildNodes() 1692 …public static NodeList getNodeList(Node context, String resToFetch, Document fullyResolved, String… in getNodeList() argument 1693 String ctx = "./" + resToFetch; in getNodeList() [all …]
|