/* 353 */ return valueOf(node);
/* */ }
/* */
/* */ protected static org.jaxen.XPath parse(String text) {
/* */ try {
/* 358 */ return new Dom4jXPath(text);
/* */ } catch (JaxenException e) {
/* 360 */ throw new InvalidXPathException(text, e.getMessage()); } catch (Throwable t) {
/* */ }
/* 362 */ throw new InvalidXPathException(text, t);
/* */ }