6566676869707172737475
{ try { NodeList nodeList = (NodeList) _compiledExpr.evaluate(target, XPathConstants.NODESET); return new NodeSet(nodeList); } catch (XPathExpressionException xpam) { if (_isStrictMatching) {