Home | History | Annotate | Download | only in axes

Lines Matching refs:Axis

23 import org.apache.xml.dtm.Axis;
37 * filtered iteration over the tree, evaluating each node in a super axis
49 /** The traversal axis from where the nodes will be filtered. */
52 /** The DTM inner traversal class, that corresponds to the super axis. */
123 m_superAxis = Axis.ALL;
127 m_superAxis = Axis.DESCENDANTSFROMROOT;
134 m_superAxis = Axis.ALLFROMNODE;
138 m_superAxis = Axis.DESCENDANTORSELF;
143 m_superAxis = Axis.ALL;
147 System.out.println("axis: "+Axis.getNames(m_superAxis));
186 * @return The next node on the axis, or DTM.NULL.