Searched defs:getCurrentPos (Results 1 - 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DContextNodeList.java46 * you call getCurrentPos() and the return is 0, the next
53 public int getCurrentPos(); method in interface:ContextNodeList
H A DNodeSequence.java387 m_next = m_iter.getCurrentPos();
477 * @see DTMIterator#getCurrentPos()
479 public int getCurrentPos() method in class:NodeSequence
H A DLocPathIterator.java397 * you call getCurrentPos() and the return is 0, the next
403 public final int getCurrentPos() method in class:LocPathIterator
799 if (m_foundLast || ((index >= 0) && (index <= getCurrentPos())))
812 if (getCurrentPos() >= index)
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMIterator.java244 * call getCurrentPos() and the return is 0, the next fetch will
249 public int getCurrentPos(); method in interface:DTMIterator
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSet.java723 * you call getCurrentPos() and the return is 0, the next
728 public int getCurrentPos() method in class:NodeSet
H A DNodeSetDTM.java1108 * you call getCurrentPos() and the return is 0, the next
1113 public int getCurrentPos() method in class:NodeSetDTM

Completed in 70 milliseconds