Package | Description |
---|---|
org.artificer.common.query.xpath |
Modifier and Type | Method and Description |
---|---|
TokenStream |
TokenStream.build()
Builds the stream for consumption.
|
TokenStream |
XPathTokenizer.tokenize(String input)
Tokenize the input into a stream of tokens that the parser can then use.
|
Modifier and Type | Method and Description |
---|---|
protected Query |
XPathParser.parseQuery(TokenStream tokens)
Parses a
Query from the given token stream. |
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.