{
xpath = new XPath( expr_string, null, prefixResolver, XPath.SELECT, null );
}
catch ( TransformerException e )
{
throw new InvalidQueryExpressionFaultException( "Invalid Query Expression: " + expr_string + " ("
+ e.getLocalizedMessage( ) + ")" );
}
// Execute the XPath, and have it return the result
// return xpath.execute(xpathSupport, contextNode, prefixResolver);