select = typeCheck("select", select);
super.validate();
}
public Expression compile(Executable exec) throws TransformerConfigurationException {
Namespace inst = new Namespace(name);
compileContent(exec, inst);
ExpressionTool.makeParentReferences(inst);
return inst;
}