jd.xml.xpath.axis
Class PrecedingAxis
java.lang.Object
jd.xml.xpath.axis.Axis
jd.xml.xpath.axis.PrecedingAxis
- public class PrecedingAxis
- extends Axis
PrecedingAxis represents the preceding axis.
INSTANCE
public static final Axis INSTANCE
- The axis instance.
getModelWalker
public ModelWalker getModelWalker()
- Description copied from class:
Axis
- Return a ModelWalker for the axis nodes in document order.
- Specified by:
getModelWalker
in class Axis
getProximityModelWalker
public ModelWalker getProximityModelWalker()
- Description copied from class:
Axis
- Return a ModelWalker for the axis nodes in document order, if the
axis is a forward axis or in reverse order if the axis is a reverse axis.
The default calls getModelWalker()
- Overrides:
getProximityModelWalker
in class Axis