Searched refs:getCurrentPos (Results 1 - 8 of 8) 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 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)
H A DNodeSequence.java387 m_next = m_iter.getCurrentPos();
477 * @see DTMIterator#getCurrentPos()
479 public int getCurrentPos() method in class:NodeSequence
/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/functions/
H A DFuncPosition.java79 if(cnl.getCurrentPos() == 0)
104 // System.out.println("FuncPosition- cnl.getCurrentPos(): "+cnl.getCurrentPos());
105 return cnl.getCurrentPos();
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeList.java74 int pos = dtmIterator.getCurrentPos();
/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java1108 * you call getCurrentPos() and the return is 0, the next
1113 public int getCurrentPos() method in class:NodeSetDTM
H A DNodeSet.java723 * you call getCurrentPos() and the return is 0, the next
728 public int getCurrentPos() method in class:NodeSet

Completed in 332 milliseconds