Searched defs:contextNode (Results 1 – 9 of 9) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xpath/ |
D | XPathAPI.java | 66 public static Node selectSingleNode(Node contextNode, String str) in selectSingleNode() 84 Node contextNode, String str, Node namespaceNode) in selectSingleNode() 105 public static NodeIterator selectNodeIterator(Node contextNode, String str) in selectNodeIterator() 123 Node contextNode, String str, Node namespaceNode) in selectNodeIterator() 144 public static NodeList selectNodeList(Node contextNode, String str) in selectNodeList() 162 Node contextNode, String str, Node namespaceNode) in selectNodeList() 188 public static XObject eval(Node contextNode, String str) in eval() 214 public static XObject eval(Node contextNode, String str, Node namespaceNode) in eval() 267 Node contextNode, String str, PrefixResolver prefixResolver) in eval()
|
D | CachedXPathAPI.java | 121 public Node selectSingleNode(Node contextNode, String str) in selectSingleNode() 139 Node contextNode, String str, Node namespaceNode) in selectSingleNode() 160 public NodeIterator selectNodeIterator(Node contextNode, String str) in selectNodeIterator() 178 Node contextNode, String str, Node namespaceNode) in selectNodeIterator() 199 public NodeList selectNodeList(Node contextNode, String str) in selectNodeList() 217 Node contextNode, String str, Node namespaceNode) in selectNodeList() 243 public XObject eval(Node contextNode, String str) in eval() 269 public XObject eval(Node contextNode, String str, Node namespaceNode) in eval() 319 Node contextNode, String str, PrefixResolver prefixResolver) in eval()
|
D | XPath.java | 299 XPathContext xctxt, org.w3c.dom.Node contextNode, in execute() 325 XPathContext xctxt, int contextNode, PrefixResolver namespaceContext) in execute() 402 XPathContext xctxt, int contextNode, PrefixResolver namespaceContext) in bool()
|
D | Expression.java | 244 public DTMIterator asIterator(XPathContext xctxt, int contextNode) in asIterator() 275 public DTMIterator asIteratorRaw(XPathContext xctxt, int contextNode) in asIteratorRaw()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemNumber.java | 718 XPath getCountMatchPattern(XPathContext support, int contextNode) in getCountMatchPattern() 1033 Locale getLocale(TransformerImpl transformer, int contextNode) in getLocale() 1082 TransformerImpl transformer, int contextNode) throws TransformerException in getNumberFormatter() 1158 TransformerImpl transformer, long[] list, int contextNode) in formatNumberList() 1315 TransformerImpl transformer, int contextNode, in getFormattedNumber()
|
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/ |
D | XPathExpressionImpl.java | 121 Node contextNode = (Node)contextItem; in eval() local
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | LocPathIterator.java | 264 XPathContext xctxt, int contextNode) in asIterator()
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
D | TransformerImpl.java | 1641 protected void pushGlobalVars(int contextNode) throws TransformerException in pushGlobalVars()
|
/external/libxml2/ |
D | xpath.c | 11666 xmlNodePtr contextNode, oldContextNode; in xmlXPathCompOpEvalPredicate() local 11837 xmlNodePtr oldContextNode, contextNode = NULL; in xmlXPathCompOpEvalPositionalPredicate() local 12100 xmlNodePtr contextNode; in xmlXPathNodeCollectAndTest() local
|