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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DContextNodeList.java48 * you call getCurrentPos() and the return is 0, the next
55 public int getCurrentPos(); method in interface:ContextNodeList
H A DNodeSequence.java396 m_next = m_iter.getCurrentPos();
486 * @see DTMIterator#getCurrentPos()
488 public int getCurrentPos() method in class:NodeSequence
H A DLocPathIterator.java399 * you call getCurrentPos() and the return is 0, the next
405 public final int getCurrentPos() method in class:LocPathIterator
801 if (m_foundLast || ((index >= 0) && (index <= getCurrentPos())))
814 if (getCurrentPos() >= index)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMIterator.java246 * call getCurrentPos() and the return is 0, the next fetch will
251 public int getCurrentPos(); method in interface:DTMIterator
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DNodeSet.java725 * you call getCurrentPos() and the return is 0, the next
730 public int getCurrentPos() method in class:NodeSet
H A DNodeSetDTM.java1110 * you call getCurrentPos() and the return is 0, the next
1115 public int getCurrentPos() method in class:NodeSetDTM
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DParser.java2320 protected int getCurrentPos() { method in class:Parser

Completed in 57 milliseconds