org.outerj.daisy.tools.importexport.config
Class BasicSchemaCustomizerFactory
java.lang.Object
org.outerj.daisy.tools.importexport.config.BasicSchemaCustomizerFactory
public class BasicSchemaCustomizerFactory
- extends Object
Factory class building a BasicSchemaCustomizer instance from
XML configuration data. This is the class specified in the import or export properties.
BasicSchemaCustomizerFactory
public BasicSchemaCustomizerFactory()
create
public static SchemaCustomizer create(Element element,
Repository repository)
throws Exception
- This create method (with this signature) is required for schema customizer
factories.
- Throws:
Exception