(String) entry.getValue());
}
xpe.setStaticContext(sc);
Variable thisVar = sc.declareVariable(_contextVar);
thisVar.setValue(needsDomSourceWrapping ? rootNode : node);
XPathExpression exp = xpe.createExpression(_queryExpr);
// After 8.3(?) Saxon nodes no longer implement Dom.
// The client needs saxon8-dom.jar, and the code needs