Home
last modified time | relevance | path

Searched defs:contextNode (Results 1 – 14 of 14) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/
DXPathAPI.java66 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()
DCachedXPathAPI.java121 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()
DXPath.java299 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()
DExpression.java244 public DTMIterator asIterator(XPathContext xctxt, int contextNode) in asIterator()
275 public DTMIterator asIteratorRaw(XPathContext xctxt, int contextNode) in asIteratorRaw()
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Dstyle-util.js106 export function applyCss(cssText, moniker, target, contextNode) { argument
153 export function applyStyle(style, target, contextNode) { argument
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemNumber.java718 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/jsoup/src/main/java/org/jsoup/nodes/
DNodeUtils.java51 org.w3c.dom.Node contextNode = w3c.contextNode(wDoc); in selectXpath() local
/external/apache-xml/test/java/src/org/apache/qetest/xalanj2/
DDTMDumpTest.java163 Node contextNode = context.getContextNode(); in dumpDTM() local
/external/jsoup/src/main/java/org/jsoup/helper/
DW3CDom.java279 public NodeList selectXpath(String xpath, Node contextNode) { in selectXpath()
328 public Node contextNode(Document wDoc) { in contextNode() method in W3CDom
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
DXPathExpressionImpl.java121 Node contextNode = (Node)contextItem; in eval() local
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DLocPathIterator.java264 XPathContext xctxt, int contextNode) in asIterator()
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerImpl.java1641 protected void pushGlobalVars(int contextNode) throws TransformerException in pushGlobalVars()
/external/cronet/third_party/libxml/src/
Dxpath.c10907 xmlNodePtr contextNode = locset->locTab[i]->user; in xmlXPathLocationSetFilter() local
11130 xmlNodePtr contextNode; in xmlXPathNodeCollectAndTest() local
/external/libxml2/
Dxpath.c10535 xmlNodePtr contextNode; in xmlXPathNodeCollectAndTest() local