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
- ParsingException
ParseException
Copyright © 2011–2015 JBoss, a division of Red Hat. All rights reserved.