com.smallx.xml.xpath.subset
Class Parser

java.lang.Object
  extended bycom.smallx.xml.xpath.subset.Parser
Direct Known Subclasses:
SubsetEventCompiler

public class Parser
extends java.lang.Object


Nested Class Summary
static class Parser.AxisStep
          This class represents an axis step.
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.
 
Constructor Summary
Parser()
           
 
Method Summary
static java.util.List parse(StaticContext context, java.lang.String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser()
Method Detail

parse

public static java.util.List parse(StaticContext context,
                                   java.lang.String expression)
                            throws XPathException
Throws:
XPathException