Searched refs:axisRoot (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseTraversers.java339 * @param axisRoot The root identity of the axis.
345 protected int getNextIndexed(int axisRoot, int nextPotential, argument
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); argument
531 * @param axisRoot Th
535 axisHasBeenProcessed(int axisRoot) argument
549 getNextIndexed(int axisRoot, int nextPotential, int expandedTypeID) argument
604 axisHasBeenProcessed(int axisRoot) argument
649 isAfterAxis(int axisRoot, int identity) argument
[all...]

Completed in 87 milliseconds