org.overlord.sramp.common.query.xpath
Class XPathTokenizer

java.lang.Object
  extended by org.overlord.sramp.common.query.xpath.XPathTokenizer

public class XPathTokenizer
extends Object

This class tokenizes an input string into a stream of tokens.


Constructor Summary
XPathTokenizer()
          Constructor.
 
Method Summary
 TokenStream tokenize(String input)
          Tokenize the input into a stream of tokens that the parser can then use.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XPathTokenizer

public XPathTokenizer()
Constructor.

Method Detail

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.