|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xml.dtm.DTMAxisTraverser org.apache.xml.dtm.ref.DTMDefaultBaseTraversers.AncestorTraverser org.apache.xml.dtm.ref.DTMDefaultBaseTraversers.AncestorOrSelfTraverser
private class DTMDefaultBaseTraversers.AncestorOrSelfTraverser
Implements traversal of the Ancestor access, in reverse document order.
Constructor Summary | |
---|---|
private |
DTMDefaultBaseTraversers.AncestorOrSelfTraverser()
|
Method Summary | |
---|---|
int |
first(int context)
By the nature of the stateless traversal, the context node can not be returned or the iteration will go into an infinate loop. |
int |
first(int context,
int expandedTypeID)
By the nature of the stateless traversal, the context node can not be returned or the iteration will go into an infinate loop. |
Methods inherited from class org.apache.xml.dtm.ref.DTMDefaultBaseTraversers.AncestorTraverser |
---|
next, next |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private DTMDefaultBaseTraversers.AncestorOrSelfTraverser()
Method Detail |
---|
public int first(int context)
first
in class DTMAxisTraverser
context
- The context node of this traversal.
public int first(int context, int expandedTypeID)
first
in class DTMAxisTraverser
context
- The context node of this traversal.expandedTypeID
- The expanded type ID that must match.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |