Package org.overlord.sramp.common.query.xpath

Class Summary
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 Summary
TokenType Defines the types of tokens in the stream.
 

Exception Summary
XPathParserException Thrown by the XPathParser when it encounters a parse problem.
 



Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.