Package com.smallx.xml.xpath.subset

Class Summary
Parser  
Parser.AxisStep This class represents an axis step.
Parser.NamedAxisStep This class represents a axis step that matches on a name.
Parser.RootAxisStep This class represents a root expression.
Parser.TextAxisStep This class represents a text match on the children axis.
Parser.WildcardAxisStep This class represents a name-wildcard axis step.
SubsetEventCompiler Compiles a subset of xpath to a event-oriented streaming expression.
XPathSubsetFactory