org.overlord.sramp.common.query.xpath
Class XPathTokenizer
java.lang.Object
org.overlord.sramp.common.query.xpath.XPathTokenizer
public class XPathTokenizer
- extends Object
This class tokenizes an input string into a stream of tokens.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathTokenizer
public XPathTokenizer()
- Constructor.
tokenize
public TokenStream tokenize(String input)
throws ParseException
- Tokenize the input into a stream of tokens that the parser can then use.
- Parameters:
input -
- Throws:
ParsingException
ParseException
Copyright © 2011-2013 JBoss, a division of Red Hat. All Rights Reserved.