jd.xml.xpath.axis
Class PrecedingAxis

java.lang.Object
  extended byjd.xml.xpath.axis.Axis
      extended byjd.xml.xpath.axis.PrecedingAxis

public class PrecedingAxis
extends Axis

PrecedingAxis represents the preceding axis.


Field Summary
static Axis INSTANCE
          The axis instance.
 
Method Summary
 ModelWalker getModelWalker()
          Return a ModelWalker for the axis nodes in document order.
 ModelWalker getProximityModelWalker()
          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.
 
Methods inherited from class jd.xml.xpath.axis.Axis
getFirstNode, getMaxResultSize, getMinResultSize, getName, getNodes, getPrincipalNodeType, isDistinctAxis, isForwardAxis, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final Axis INSTANCE
The axis instance.

Method Detail

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