Package org.eclipse.wst.xml.xpath2.processor
public class JFlexCupParser extends java.lang.ObjectJFlexCupParser parses the xpath expression
Constructor Summary |
JFlexCupParser() |
Method Summary | |
public org.eclipse.wst.xml.xpath2.processor.ast.XPath | parse(java.lang.String xpath)Tries to parse the xpath expression |
public org.eclipse.wst.xml.xpath2.processor.ast.XPath | parse(java.lang.String xpath
,
boolean isRootlessAccess)Tries to parse the xpath expression |
Constructor Detail |
public JFlexCupParser()
Methods Detail |
public org.eclipse.wst.xml.xpath2.processor.ast.XPath parse(java.lang.String xpath)
Tries to parse the xpath expression
xpath - is the xpath string.
org.eclipse.wst.xml.xpath2.processor.ast.XPath - the xpath value.
org.eclipse.wst.xml.xpath2.processor.XPathParserException
public org.eclipse.wst.xml.xpath2.processor.ast.XPath parse(java.lang.String xpath
,
boolean isRootlessAccess)
Tries to parse the xpath expression
xpath - is the xpath string.
isRootlessAccess - if 'true' then PsychoPath engine can't parse xpath expressions starting with / or //.
org.eclipse.wst.xml.xpath2.processor.ast.XPath - the xpath value.
org.eclipse.wst.xml.xpath2.processor.XPathParserException