Home
last modified time | relevance | path

Searched refs:getCurrentPos (Results 1 – 8 of 8) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/functions/
DFuncPosition.java79 if(cnl.getCurrentPos() == 0) in getPositionInContextNodeList()
105 return cnl.getCurrentPos(); in getPositionInContextNodeList()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DContextNodeList.java53 public int getCurrentPos(); in getCurrentPos() method
DLocPathIterator.java403 public final int getCurrentPos() in getCurrentPos() method in LocPathIterator
799 if (m_foundLast || ((index >= 0) && (index <= getCurrentPos()))) in runTo()
812 if (getCurrentPos() >= index) in runTo()
DNodeSequence.java387 m_next = m_iter.getCurrentPos(); in previousNode()
479 public int getCurrentPos() in getCurrentPos() method in NodeSequence
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTMIterator.java249 public int getCurrentPos(); in getCurrentPos() method
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeList.java74 int pos = dtmIterator.getCurrentPos(); in DTMNodeList()
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSetDTM.java1113 public int getCurrentPos() in getCurrentPos() method in NodeSetDTM
DNodeSet.java728 public int getCurrentPos() in getCurrentPos() method in NodeSet