277278279280281282283284285286287
try { xctxt.pushCurrentNodeAndExpression(contextNode, contextNode); XNodeSet nodeset = (XNodeSet)execute(xctxt); return nodeset.iterRaw(); } finally { xctxt.popCurrentNodeAndExpression(); }
281282283284285286287288289290291
279280281282283284285286287288289
315316317318319320321322323324325
323324325326327328329330331332333