public class XPathTokenizer extends Object
| Constructor and Description |
|---|
XPathTokenizer()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
TokenStream |
tokenize(String input)
Tokenize the input into a stream of tokens that the parser can then use.
|
public TokenStream tokenize(String input) throws ParseException
input - ParsingExceptionParseExceptionCopyright © 2011–2013 JBoss, a division of Red Hat. All rights reserved.