Creates a Jaxen 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 Jaxen XPathExpression from the given string expression and prefixes.
Parameters: expression - the XPath expression Parameters: namespaces - the namespaces the compiled XPathExpression throws: XPathParseException - when the given expression cannot be parsed