} catch(Throwable ex) {
}
// Else forget about XPath evaluation
// Just use a JAXP driver
s_parserDriver = new AbstractJAXPDriver() {
public Object createXPath(String xpath) throws XPathException {
throw noXpathAvail();
}
public XResult evaluateXPath(Node node, Object xpath, NamespaceContext nsContext) throws XPathException {
throw noXpathAvail();