context.inform(this.processingPipeline, this.parameters, env.getObjectModel());
try {
if (this.errorHandlerHelper.isInternal()) {
context.getProcessingPipeline().setErrorHandler(
new SitemapErrorHandler(this.errorHandlerHelper, env, context));
}
if (invokeNodes(children, env, context)) {
return true;
} else if (!this.isLast || passThrough) {