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

/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DAxis.java46 public static final int ANCESTORORSELF = 1; field in class:Axis
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DWalkerFactory.java324 return Axis.ANCESTORORSELF;
359 case Axis.ANCESTORORSELF :
1051 predicateAxis = Axis.ANCESTORORSELF;
1078 axis = Axis.ANCESTORORSELF;
1207 ai = new ReverseAxesWalker(lpi, Axis.ANCESTORORSELF);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseIterators.java94 * @param axis One of Axes.ANCESTORORSELF, etc.
130 case Axis.ANCESTORORSELF :
176 * @param axis One of Axes.ANCESTORORSELF, etc.
197 case Axis.ANCESTORORSELF :
H A DDTMDefaultBaseTraversers.java97 * @param axis One of Axes.ANCESTORORSELF, etc.
124 case Axis.ANCESTORORSELF :

Completed in 199 milliseconds