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

  /external/apache-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()
  /external/apache-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();
  /external/apache-xml/src/main/java/org/apache/xpath/
NodeSet.java 723 * you call getCurrentPos() and the return is 0, the next
728 public int getCurrentPos()
    [all...]
NodeSetDTM.java 1108 * you call getCurrentPos() and the return is 0, the next
1113 public int getCurrentPos()
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 415 milliseconds