Home | History | Annotate | Download | only in axes

Lines Matching refs:next

70    * Get the next node in document order on the axes.
72 * @return the next node in document order on the axes, or null.
79 int next = m_iterator.next();
84 if (DTM.NULL == next)
87 return next;
150 int next;
152 while (DTM.NULL != (next = clone.nextNode()))
213 int next;
215 while (DTM.NULL != (next = clone.nextNode()))