Package org.eclipse.wst.xml.xpath2.processor
public class XPathParser extendsThis is an interface class for the XPath parser.
Method Summary | |
public org.eclipse.wst.xml.xpath2.processor.ast.XPath | parse(java.lang.String xpath) Constructor for the XPath parser interface. |
public org.eclipse.wst.xml.xpath2.processor.ast.XPath | parse(java.lang.String xpath
,
boolean isRootlessAccess) Constructor for the XPath parser interface. |
Methods Detail |
public org.eclipse.wst.xml.xpath2.processor.ast.XPath parse(java.lang.String xpath)
Constructor for the XPath parser interface.
xpath
- is the input XPath to be parsed.
org.eclipse.wst.xml.xpath2.processor.ast.XPath
- The parsed XPath.
org.eclipse.wst.xml.xpath2.processor.XPathParserException - XPath parser exception.
public org.eclipse.wst.xml.xpath2.processor.ast.XPath parse(java.lang.String xpath
,
boolean isRootlessAccess)
Constructor for the XPath parser interface.
xpath
- is the input XPath to be parsed.
isRootlessAccess
- if 'true' then PsychoPath engine can't parse xpath expressions starting with / or //.
org.eclipse.wst.xml.xpath2.processor.ast.XPath
- The parsed XPath.
org.eclipse.wst.xml.xpath2.processor.XPathParserException - XPath parser exception.