Uses of Class
com.smallx.xml.xpath.subset.Parser.AxisStep

Packages that use Parser.AxisStep
com.smallx.xml.xpath.subset   
 

Uses of Parser.AxisStep in com.smallx.xml.xpath.subset
 

Subclasses of Parser.AxisStep in com.smallx.xml.xpath.subset
static class Parser.NamedAxisStep
          This class represents a axis step that matches on a name.
static class Parser.RootAxisStep
          This class represents a root expression.
static class Parser.TextAxisStep
          This class represents a text match on the children axis.
static class Parser.WildcardAxisStep
          This class represents a name-wildcard axis step.
 

Methods in com.smallx.xml.xpath.subset that return Parser.AxisStep
 Parser.AxisStep Parser.AxisStep.getNextStep()