|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.smallx.xml.xpath.subset.Parser
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 |
public Parser()
Method Detail |
public static java.util.List parse(StaticContext context, java.lang.String expression) throws XPathException
XPathException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |