attributeSets = getAttributeSets(use, null); // find any referenced attribute sets
}
}
public Expression compile(Executable exec) throws TransformerConfigurationException {
Copy inst = new Copy(attributeSets,
copyNamespaces,
inheritNamespaces,
schemaType,
validationAction);
compileChildren(exec, inst, true);