jd.xml.xpath.axis
Class AncestorOrSelfAxis

java.lang.Object
  extended byjd.xml.xpath.axis.Axis
      extended byjd.xml.xpath.axis.AncestorAxis
          extended byjd.xml.xpath.axis.AncestorOrSelfAxis
All Implemented Interfaces:
ModelWalker

public class AncestorOrSelfAxis
extends AncestorAxis

AncestorOrSelfAxis represents the ancestor-or-self axis.


Field Summary
static Axis INSTANCE
          The axis instance.
 
Methods inherited from class jd.xml.xpath.axis.AncestorAxis
getModelWalker, getNodes, getProximityModelWalker, getStartNode, gotoFirstNode, gotoNextNode
 
Methods inherited from class jd.xml.xpath.axis.Axis
getFirstNode, getMaxResultSize, getMinResultSize, getName, 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.