Home | History | Annotate | Download | only in dtm

Lines Matching defs:first

36  * for(int nodeHandle=myTraverser.first(myContext);
50 * an axis, the first function must be used to get the first node.
57 * @return the first node in the traversal.
59 public int first(int context)
67 * an axis, the first function must be used to get the first node.
76 * @return the first node in the traversal.
78 public int first(int context, int extendedTypeID)
90 * previous traversal step. For the first traversal step, context
92 * context is in the set, you must use the first() method instead.
95 * @see #first(int)
107 * previous traversal step. For the first traversal step, context
109 * context is in the set, you must use the first() method instead.
113 * @see #first(int,int)