jd.xml.xpath.axis
Class DescendantOrSelfAxis

java.lang.Object
  extended byjd.xml.xpath.axis.Axis
      extended byjd.xml.xpath.axis.DescendantAxis
          extended byjd.xml.xpath.axis.DescendantOrSelfAxis

public class DescendantOrSelfAxis
extends DescendantAxis

DescendantOrSelfAxis represents the descendant-or-self axis.


Field Summary
static Axis INSTANCE
          The axis instance.
 
Methods inherited from class jd.xml.xpath.axis.DescendantAxis
getModelWalker
 
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.