Home
last modified time | relevance | path

Searched defs:namespaceNode (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/
DXPathAPI.java84 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()
DCachedXPathAPI.java139 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/
DLDMLUtilities.java295 public static String convertXPath2ICU(Node alias, Node namespaceNode, StringBuffer fullPath) in convertXPath2ICU()
301 public static String convertXPath2ICU(Node alias, Node namespaceNode, StringBuilder fullPath) in convertXPath2ICU()
1432 public static Node getNode(Document doc, String xpath, Node namespaceNode) { in getNode()
1451 public static Node getNode(Node context, String resToFetch, Node namespaceNode) { in getNode()
1645 public static NodeList getNodeList(Document doc, String xpath, Node namespaceNode) { in getNodeList()
2189 Node namespaceNode) throws TransformerException { in XPathAPI_selectNodeList()
2202 Node namespaceNode) throws TransformerException { in XPathAPI_selectNodeList()
2215 Node namespaceNode) throws TransformerException { in XPathAPI_eval()