ResultDocument inst = new ResultDocument(href, methodExpression, getBaseURI(), this);
Expression b = compileSequenceConstructor(exec, decl, iterateAxis(Axis.CHILD));
if (b == null) {
b = new Literal(EmptySequence.getInstance());
}
inst.setContentExpression(b);
return inst;
}