Searched defs:namespaceNode (Results 1 – 3 of 3) sorted by relevance
| /external/apache-xml/src/main/java/org/apache/xpath/ |
| D | XPathAPI.java | 84 Node contextNode, String str, Node namespaceNode) in selectSingleNode() 123 Node contextNode, String str, Node namespaceNode) in selectNodeIterator() 162 Node contextNode, String str, Node namespaceNode) in selectNodeList() 214 public static XObject eval(Node contextNode, String str, Node namespaceNode) in eval()
|
| D | CachedXPathAPI.java | 139 Node contextNode, String str, Node namespaceNode) in selectSingleNode() 178 Node contextNode, String str, Node namespaceNode) in selectNodeIterator() 217 Node contextNode, String str, Node namespaceNode) in selectNodeList() 269 public XObject eval(Node contextNode, String str, Node namespaceNode) in eval()
|
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| D | LDMLUtilities.java | 300 public static String convertXPath2ICU(Node alias, Node namespaceNode, StringBuffer fullPath) in convertXPath2ICU() 306 public static String convertXPath2ICU(Node alias, Node namespaceNode, StringBuilder fullPath) in convertXPath2ICU() 1437 public static Node getNode(Document doc, String xpath, Node namespaceNode) { in getNode() 1456 public static Node getNode(Node context, String resToFetch, Node namespaceNode) { in getNode() 1650 public static NodeList getNodeList(Document doc, String xpath, Node namespaceNode) { in getNodeList() 2302 Node namespaceNode) throws TransformerException { in XPathAPI_selectNodeList() 2315 Node namespaceNode) throws TransformerException { in XPathAPI_selectNodeList() 2328 Node namespaceNode) throws TransformerException { in XPathAPI_eval()
|