OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:asNode
(Results
1 - 5
of
5
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/axes/
ChildIterator.java
66
public int
asNode
(XPathContext xctxt)
SelfIteratorNoPredicate.java
107
public int
asNode
(XPathContext xctxt)
DescendantIterator.java
293
public int
asNode
(XPathContext xctxt)
297
return super.
asNode
(xctxt);
LocPathIterator.java
293
public int
asNode
(XPathContext xctxt)
320
return (
asNode
(xctxt) != DTM.NULL);
/external/apache-xml/src/main/java/org/apache/xpath/
Expression.java
206
* if you can execute {@link #
asNode
(XPathContext)
asNode
} without an exception.
222
public int
asNode
(XPathContext xctxt)
Completed in 66 milliseconds