Searched refs:asNode (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DChildIterator.java68 public int asNode(XPathContext xctxt) method in class:ChildIterator
H A DSelfIteratorNoPredicate.java110 public int asNode(XPathContext xctxt) method in class:SelfIteratorNoPredicate
H A DDescendantIterator.java296 public int asNode(XPathContext xctxt) method in class:DescendantIterator
300 return super.asNode(xctxt);
H A DLocPathIterator.java295 public int asNode(XPathContext xctxt) method in class:LocPathIterator
322 return (asNode(xctxt) != DTM.NULL);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/functions/
H A DFunctionDef1Arg.java58 ? xctxt.getCurrentNode() : m_arg0.asNode(xctxt);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DExpression.java208 * if you can execute {@link #asNode(XPathContext) asNode} without an exception.
224 public int asNode(XPathContext xctxt) method in class:Expression

Completed in 62 milliseconds