jd.xml.xpath.axis
Class NamespaceAxis

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

public class NamespaceAxis
extends Axis

NamespaceAxis represents the namespace axis.


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

getPrincipalNodeType

public int getPrincipalNodeType()
Return NAMESPACE.

Overrides:
getPrincipalNodeType in class Axis

getModelWalker

public ModelWalker getModelWalker()
Return a ModelWalker for the axis.

Specified by:
getModelWalker in class Axis