org.ucl.xpath
Interface XPathParser

All Known Implementing Classes:
JFlexCupParser

public interface XPathParser

This is an interface class for the XPath parser.


Method Summary
 XPath parse(java.lang.String xpath)
          Constructor for the XPath parser interface.
 

Method Detail

parse

public XPath parse(java.lang.String xpath)
            throws XPathParserException
Constructor for the XPath parser interface.

Parameters:
xpath - is the input XPath to be parsed.
Returns:
The parsed XPath.
Throws:
XPathParserException - XPath parser exception.