jd.xml.xpath.axis
Class DescendantAxis

java.lang.Object
  extended byjd.xml.xpath.axis.Axis
      extended byjd.xml.xpath.axis.DescendantAxis
Direct Known Subclasses:
DescendantOrSelfAxis

public class DescendantAxis
extends Axis

DescendantAxis represents the descendant axis.


Field Summary
static Axis INSTANCE
          The axis instance.
 
Constructor Summary
protected DescendantAxis(String name, boolean includeSelf)
           
 
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.

Constructor Detail

DescendantAxis

protected DescendantAxis(String name,
                         boolean includeSelf)
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