HomeSort by relevance Sort by last modified time
    Searched refs:getCurrentPos (Results 1 - 8 of 8) sorted by null

  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
ContextNodeList.java 46 * you call getCurrentPos() and the return is 0, the next
53 public int getCurrentPos();
LocPathIterator.java 397 * you call getCurrentPos() and the return is 0, the next
403 public final int getCurrentPos()
799 if (m_foundLast || ((index >= 0) && (index <= getCurrentPos())))
812 if (getCurrentPos() >= index)
NodeSequence.java 387 m_next = m_iter.getCurrentPos();
477 * @see DTMIterator#getCurrentPos()
479 public int getCurrentPos()
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
DTMIterator.java 244 * call getCurrentPos() and the return is 0, the next fetch will
249 public int getCurrentPos();
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/
FuncPosition.java 79 if(cnl.getCurrentPos() == 0)
104 // System.out.println("FuncPosition- cnl.getCurrentPos(): "+cnl.getCurrentPos());
105 return cnl.getCurrentPos();
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeList.java 74 int pos = dtmIterator.getCurrentPos();
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/
NodeSetDTM.java 1108 * you call getCurrentPos() and the return is 0, the next
1113 public int getCurrentPos()
    [all...]
NodeSet.java 723 * you call getCurrentPos() and the return is 0, the next
728 public int getCurrentPos()
    [all...]

Completed in 106 milliseconds