public class IXSLSetAttribute extends XSLAttribute {
@Override
public Expression compile(Executable exec, Declaration decl) throws XPathException {
Expression constructor = super.compile(exec, decl);
return new SetAttribute((AttributeCreator)constructor);
}