jd.xml.xpath.axis
Class FollowingAxis

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

public class FollowingAxis
extends Axis

FollowingAxis represents the following axis.


Field Summary
static Axis INSTANCE
          The axis instance.
 
Method Summary
 ModelWalker getModelWalker()
          Return a ModelWalker for the axis nodes in document order.
 
Methods inherited from class jd.xml.xpath.axis.Axis
getFirstNode, getMaxResultSize, getMinResultSize, getName, getNodes, getPrincipalNodeType, getProximityModelWalker, 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