|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xml.dtm.DTMAxisTraverser
org.apache.xml.dtm.ref.DTMDefaultBaseTraversers.IndexedDTMAxisTraverser
org.apache.xml.dtm.ref.DTMDefaultBaseTraversers.DescendantTraverser
org.apache.xml.dtm.ref.DTMDefaultBaseTraversers.FollowingTraverser
private class DTMDefaultBaseTraversers.FollowingTraverser
Implements traversal of the following access, in document order.
| Constructor Summary | |
|---|---|
private |
DTMDefaultBaseTraversers.FollowingTraverser()
|
| Method Summary | |
|---|---|
int |
first(int context)
Get the first of the following. |
int |
first(int context,
int expandedTypeID)
Get the first of the following. |
int |
next(int context,
int current)
Traverse to the next node after the current node. |
int |
next(int context,
int current,
int expandedTypeID)
Traverse to the next node after the current node that is matched by the expanded type ID. |
| Methods inherited from class org.apache.xml.dtm.ref.DTMDefaultBaseTraversers.DescendantTraverser |
|---|
axisHasBeenProcessed, getFirstPotential, getSubtreeRoot, isAfterAxis, isDescendant |
| Methods inherited from class org.apache.xml.dtm.ref.DTMDefaultBaseTraversers.IndexedDTMAxisTraverser |
|---|
getNextIndexed, isIndexed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
private DTMDefaultBaseTraversers.FollowingTraverser()
| Method Detail |
|---|
public int first(int context)
first in class DTMAxisTraversercontext - The context node of this traversal. This is the point
that the traversal starts from.
public int first(int context,
int expandedTypeID)
first in class DTMDefaultBaseTraversers.DescendantTraversercontext - The context node of this traversal. This is the point
of origin for the traversal -- its "root node" or starting point.expandedTypeID - The expanded type ID that must match.
public int next(int context,
int current)
next in class DTMDefaultBaseTraversers.DescendantTraversercontext - The context node of this iteration.current - The current node of the iteration.
DTMAxisTraverser.first(int)
public int next(int context,
int current,
int expandedTypeID)
next in class DTMDefaultBaseTraversers.DescendantTraversercontext - The context node of this iteration.current - The current node of the iteration.expandedTypeID - The expanded type ID that must match.
DTMAxisTraverser.first(int,int)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||