OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctxtNode
(Results
1 - 3
of
3
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/
CachedXPathAPI.java
292
int
ctxtNode
= xpathSupport.getDTMHandleFromNode(contextNode);
294
return xpath.execute(xpathSupport,
ctxtNode
, prefixResolver);
336
int
ctxtNode
= xpathSupport.getDTMHandleFromNode(contextNode);
338
return xpath.execute(xpathSupport,
ctxtNode
, prefixResolver);
XPathAPI.java
240
int
ctxtNode
= xpathSupport.getDTMHandleFromNode(contextNode);
242
return xpath.execute(xpathSupport,
ctxtNode
, prefixResolver);
284
int
ctxtNode
= xpathSupport.getDTMHandleFromNode(contextNode);
286
return xpath.execute(xpathSupport,
ctxtNode
, prefixResolver);
/external/libxml2/
xmlschemas.c
[
all
...]
Completed in 178 milliseconds