Class | Description |
---|---|
CharacterStream |
A stream of character data.
|
DefaultNamespaceContext |
A default namespace context for resolving prefixes to namespaces in an S-RAMP
X-Path formatted Query.
|
StaticNamespaceContext |
A static, map-based namespace context for resolving prefixes to namespaces in an S-RAMP
X-Path formatted Query.
|
Token |
A single token in the token stream.
|
TokenStream |
A stream of tokens produced by the tokenizer.
|
XPathParser |
Parses an XPath query string and creates an abstract syntax tree representation.
|
XPathTokenizer |
This class tokenizes an input string into a stream of tokens.
|
Enum | Description |
---|---|
TokenType |
Defines the types of tokens in the stream.
|
Exception | Description |
---|---|
XPathParserException |
Thrown by the XPathParser when it encounters a parse problem.
|
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.