Save This Page
Home » xmlbeans-2.4.0-src » org.apache.xmlbeans.impl.tool » [javadoc | source]
org.apache.xmlbeans.impl.tool
public interface: SchemaCompilerExtension [javadoc | source] This interface is implemented by Schema Compiler Extensions. By implementing this class you can then pass this class via the command line param extension to the SchemaCompiler class which will then in turn call this class back once the compilation is complete with the resulting SchemaTypeSystem.
Method from org.apache.xmlbeans.impl.tool.SchemaCompilerExtension Summary:
getExtensionName,   schemaCompilerExtension
Method from org.apache.xmlbeans.impl.tool.SchemaCompilerExtension Detail:
 public String getExtensionName()
 public  void schemaCompilerExtension(SchemaTypeSystem schemaTypeSystem,
    Map parms)
    Implement this function to be called back by the XmlBeans Schema Compiler with the Schema Type System that has been created as a result of the compile.