org.ucl.xpath
Class JFlexCupParser

java.lang.Object
  extended byorg.ucl.xpath.JFlexCupParser
All Implemented Interfaces:
XPathParser

public class JFlexCupParser
extends java.lang.Object
implements XPathParser

JFlexCupParser parses the xpath expression


Constructor Summary
JFlexCupParser()
           
 
Method Summary
 XPath parse(java.lang.String xpath)
          Tries to parse the xpath expression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JFlexCupParser

public JFlexCupParser()
Method Detail

parse

public XPath parse(java.lang.String xpath)
            throws XPathParserException
Tries to parse the xpath expression

Specified by:
parse in interface XPathParser
Parameters:
xpath - is the xpath string.
Returns:
the xpath value.
Throws:
XPathParserException.
XPathParserException - XPath parser exception.