Package org.apache.commons.jxpath.ri
Class Parser
java.lang.Object
org.apache.commons.jxpath.ri.Parser
XPath parser.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Object
parseExpression
(String expression, Compiler compiler) Parses the XPath expression.
-
Constructor Details
-
Parser
Deprecated.Will be private in the next major version.Constructs a new instance.
-
-
Method Details
-
parseExpression
Parses the XPath expression. Throws a JXPathException in case of a syntax error.- Parameters:
expression
- to parsecompiler
- the compiler- Returns:
- parsed Object
-