HomeSort by relevance Sort by last modified time
    Searched full:axisroot (Results 1 - 1 of 1) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 339 * @param axisRoot The root identity of the axis.
345 protected int getNextIndexed(int axisRoot, int nextPotential,
361 if(parentID == axisRoot)
366 if(parentID < axisRoot)
377 if(parentID < axisRoot)
380 while(parentID > axisRoot);
389 if(!(m_nextsib.elementAt(axisRoot) == NOTPROCESSED))
519 * @param axisRoot The root identity of the axis.
524 protected abstract boolean isAfterAxis(int axisRoot, int identity);
531 * @param axisRoot The root identity of the axis
    [all...]

Completed in 51 milliseconds