com.smallx.xml.xpath.subset
Class Parser.NamedAxisStep

java.lang.Object
  extended bycom.smallx.xml.xpath.subset.Parser.AxisStep
      extended bycom.smallx.xml.xpath.subset.Parser.NamedAxisStep
Enclosing class:
Parser

public static class Parser.NamedAxisStep
extends Parser.AxisStep

This class represents a axis step that matches on a name.


Field Summary
 
Fields inherited from class com.smallx.xml.xpath.subset.Parser.AxisStep
ATTRIBUTE_AXIS, CHILD_AXIS
 
Method Summary
 Name getName()
           
 
Methods inherited from class com.smallx.xml.xpath.subset.Parser.AxisStep
getAxis, getNextStep
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public Name getName()