| |
|
| java.lang.Object org.apache.commons.betwixt.schema.SchemaTranscriber
SchemaTranscriber | public class SchemaTranscriber (Code) | | Generates XML Schemas for Betwixt mappings.
The basic idea is that an object model for the schema will be created
and Betwixt can be used to output this to xml.
This should allow both SAX and text.
author: Jakarta Commons Team version: $Revision: 438373 $ |
W3C_SCHEMA_INSTANCE_URI | final public static String W3C_SCHEMA_INSTANCE_URI(Code) | | |
W3C_SCHEMA_URI | final public static String W3C_SCHEMA_URI(Code) | | |
SchemaTranscriber | public SchemaTranscriber()(Code) | | |
createSchemaBindingConfiguration | public BindingConfiguration createSchemaBindingConfiguration()(Code) | | Gets a BindingConfiguration that is suitable for mapping
Schema .
Note: A new instance is created each time this method is called.
It can therefore be safely be modified.
BindingConfiguration, not null |
createSchemaIntrospectionConfiguration | public IntrospectionConfiguration createSchemaIntrospectionConfiguration()(Code) | | Gets an IntrospectionConfiguration that is suitable
for introspecting
Schema .
Note: A new instance is created each time this method is called.
It can therefore be safely be modified.
IntrospectionConfiguration, not null |
getConfiguration | public TranscriptionConfiguration getConfiguration()(Code) | | Gets the configuration for the XMLBeanInfo to XML schema transcription.
TranscriptionConfiguration, not null |
getXMLIntrospector | public XMLIntrospector getXMLIntrospector()(Code) | | Gets the XMLIntrospector used to create XMLInfoBean's.
XMLIntrospector used to create XMLInfoBean's used to generate schema, not null |
setConfiguration | public void setConfiguration(TranscriptionConfiguration configuration)(Code) | | Sets the configuration for the XMLBeanInfo to XML schema transcription.
Parameters: configuration - TranscriptionConfiguration, not null |
setXMLIntrospector | public void setXMLIntrospector(XMLIntrospector introspector)(Code) | | Sets the XMLIntrospector used to create XMLInfoBeans.
Note: certain properties will be reconfigured so that
the introspection will produce correct results.
Parameters: introspector - XMLIntrospector used to create XMLInfoBean's used to generate schema, not null |
|
|
|