gnu.xml.xpath

Class XPathTokenizer

Implemented Interfaces:
XPathParser.yyInput

public class XPathTokenizer
extends java.lang.Object
implements XPathParser.yyInput

XPath 1.0 expression tokenizer.

Constructor Summary

XPathTokenizer(String expr)

Method Summary

boolean
advance()
int
token()
Object
value()

Constructor Details

XPathTokenizer

public XPathTokenizer(String expr)

Method Details

advance

public boolean advance()
            throws IOException
Specified by:
advance in interface XPathParser.yyInput


token

public int token()
Specified by:
token in interface XPathParser.yyInput


value

public Object value()
Specified by:
value in interface XPathParser.yyInput