| 
 | ||||||||||
| 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.SelfTraverser
private class DTMDefaultBaseTraversers.SelfTraverser
Implements traversal of the Self axis.
| Constructor Summary | |
|---|---|
| private  | DTMDefaultBaseTraversers.SelfTraverser() | 
| 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. | 
|  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 java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
private DTMDefaultBaseTraversers.SelfTraverser()
| Method Detail | 
|---|
public int first(int context)
first in class DTMAxisTraversercontext - The context node of this traversal.
public int first(int context,
                 int expandedTypeID)
first in class DTMAxisTraversercontext - The context node of this traversal.expandedTypeID - The expanded type ID that must match.
public int next(int context,
                int current)
next in class DTMAxisTraversercontext - 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 DTMAxisTraversercontext - 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 | |||||||||