org.apache.xpath.axes
public class SelfIteratorNoPredicate extends LocPathIterator
See Also: LocPathIterator
UNKNOWN: advanced
Constructor Summary | |
---|---|
SelfIteratorNoPredicate()
Create a SelfIteratorNoPredicate object.
|
Method Summary | |
---|---|
int | asNode(XPathContext xctxt)
Return the first node out of the nodeset, if this expression is
a nodeset expression. |
int | getLastPos(XPathContext xctxt)
Get the index of the last node that can be itterated to.
|
int | nextNode()
Returns the next node in the set and advances the position of the
iterator in the set. |
Throws: javax.xml.transform.TransformerException
Parameters: xctxt The XPath runtime context.
Returns: the first node out of the nodeset, or DTM.NULL.
Parameters: xctxt XPath runtime context.
Returns: the index of the last node that can be itterated to.
Returns: The next Node
in the set being iterated over, or
null
if there are no more members in that set.