public interface SchemaCompilerExtension
Modifier and Type | Method and Description |
---|---|
String |
getExtensionName() |
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.
|
void schemaCompilerExtension(SchemaTypeSystem schemaTypeSystem, Map parms)
schemaTypeSystem
- - The schema type systems that has been created by the compiler just prior to calling
this extension class.parms
- - name value pairs of options to this schema compiler extensionString getExtensionName()