Creates a JAXP 1.3 XPathExpression from the given string expression.
Parameters: expression - the XPath expression the compiled XPathExpression throws: XPathParseException - when the given expression cannot be parsed
Creates a JAXP 1.3 XPathExpression from the given string expression and namespaces.
Parameters: expression - the XPath expression Parameters: namespaces - the namespaces the compiled XPathExpression throws: XPathParseException - when the given expression cannot be parsed