}
}
private Object evaluate(OExpression cexp, EvaluationContext ctx, QName type) throws FaultException {
try {
OXPath10Expression oxpath = (OXPath10Expression) cexp;
__log.debug("JAXP runtime: evaluating " + oxpath.xpath);
// use default XPath implementation
XPathFactory xpf = XPathFactory.newInstance();
__log.debug("JAXP runtime: XPathFactory impl = " + xpf.getClass());
XPath xpe = xpf.newXPath();