Uses of Interface
org.exolab.castor.xml.schema.SchemaContext
Packages that use SchemaContext
Package
Description
-
Uses of SchemaContext in org.exolab.castor.xml.schema
Classes in org.exolab.castor.xml.schema that implement SchemaContextModifier and TypeClassDescriptionclass
Represents an execution context for schema reading/writing activities. -
Uses of SchemaContext in org.exolab.castor.xml.schema.reader
Methods in org.exolab.castor.xml.schema.reader that return SchemaContextModifier and TypeMethodDescriptionComponentReader.getSchemaContext()
To get the Castor XML schema context used.Methods in org.exolab.castor.xml.schema.reader with parameters of type SchemaContextModifier and TypeMethodDescriptionvoid
ComponentReader.setSchemaContext
(SchemaContext schemaContext) To set the Castor XML schema context to be used.void
SchemaReader.setSchemaContext
(SchemaContext schemaContext) To set theSchemaContext
to be used.Constructors in org.exolab.castor.xml.schema.reader with parameters of type SchemaContextModifierConstructorDescriptionAnnotationUnmarshaller
(SchemaContext schemaContext, AttributeSet atts) Creates a new AnnotationUnmarshaller.AppInfoUnmarshaller
(SchemaContext schemaContext, AttributeSet atts) Creates a new AppInfoUnmarshaller.AttributeGroupUnmarshaller
(SchemaContext schemaContext, Schema schema, AttributeSet atts) Creates a new AttributeGroupUnmarshaller.AttributeUnmarshaller
(SchemaContext schemaContext, Schema schema, AttributeSet atts) CharacterUnmarshaller
(SchemaContext schemaContext) Creates a new StringUnmarshaller.ComplexContentRestrictionUnmarshaller
(SchemaContext schemaContext, ComplexType complexType, AttributeSet atts) Creates a new RestrictionUnmarshaller.ComplexContentUnmarshaller
(SchemaContext schemaContext, ComplexType complexType, AttributeSet atts) Creates a new ComplexContentUnmarshaller.ComplexTypeUnmarshaller
(SchemaContext schemaContext, Schema schema, AttributeSet atts) Creates a newComplexTypeUnmarshaller
instance.protected
ComponentReader
(SchemaContext schemaContext) To hand down a couple of configuration items to allUnmarshaller
classes.DocumentationUnmarshaller
(SchemaContext schemaContext, AttributeSet atts) Creates a new DocumentationUnmarshaller.ElementUnmarshaller
(SchemaContext schemaContext, Schema schema, AttributeSet atts) Creates a new ElementUnmarshaller.ExtensionUnmarshaller
(SchemaContext schemaContext, ComplexType complexType, AttributeSet atts) Creates a new ExtensionUnmarshaller.FacetUnmarshaller
(SchemaContext schemaContext, String name, AttributeSet atts) Creates a new FacetUnmarshaller.FieldOrSelectorUnmarshaller
(SchemaContext schemaContext, String elementName, AttributeSet atts) Creates a new FieldOrSelectorUnmarshaller.GroupUnmarshaller
(SchemaContext schemaContext, Schema schema, String element, AttributeSet atts) Creates a new GroupUnmarshaller.IdentityConstraintUnmarshaller
(SchemaContext schemaContext, String elementName, AttributeSet atts) Creates a new IdentityConstraintUnmarshaller.ImportUnmarshaller
(SchemaContext schemaContext, Schema schema, AttributeSet atts, URIResolver uriResolver, Locator locator, SchemaUnmarshallerState state) IncludeUnmarshaller
(SchemaContext schemaContext, Schema schema, AttributeSet atts, URIResolver uriResolver, Locator locator, SchemaUnmarshallerState state) ModelGroupUnmarshaller
(SchemaContext schemaContext, Schema schema, AttributeSet atts) Creates a new ModelGroupUnmarshaller.RedefineUnmarshaller
(SchemaContext schemaContext, Schema schema, AttributeSet atts, URIResolver uriResolver, Locator locator, SchemaUnmarshallerState state) The XML Schema importedSchemaUnmarshaller
(SchemaContext schemaContext) Creates aSchemaUnmarshaller
instance.SchemaUnmarshaller
(SchemaContext schemaContext, boolean include, SchemaUnmarshallerState state, URIResolver uriResolver) Creates aSchemaUnmarshaller
instance.SchemaUnmarshaller
(SchemaContext schemaContext, AttributeSet atts) Creates aSchemaUnmarshaller
instance.SchemaUnmarshaller
(SchemaContext schemaContext, SchemaUnmarshallerState state) Creates aSchemaUnmarshaller
instance.SimpleContentRestrictionUnmarshaller
(SchemaContext schemaContext, ComplexType complexType, AttributeSet atts) Creates a new RestrictionUnmarshaller.SimpleContentUnmarshaller
(SchemaContext schemaContext, ComplexType complexType, AttributeSet atts) Creates a new SimpleContentUnmarshaller.SimpleTypeRestrictionUnmarshaller
(SchemaContext schemaContext, SimpleTypeDefinition typeDefinition, AttributeSet atts) Creates a new RestrictionUnmarshallerSimpleTypeUnmarshaller
(SchemaContext schemaContext, Schema schema, AttributeSet atts) Creates a new SimpleTypeUnmarshaller.UnionUnmarshaller
(SchemaContext schemaContext, Schema schema, AttributeSet atts) Creates a new IdentityConstraintUnmarshallerUnknownUnmarshaller
(SchemaContext schemaContext, String name) WildcardUnmarshaller
(SchemaContext schemaContext, AttributeGroup attGroup, Schema schema, String element, AttributeSet atts) WildcardUnmarshaller
(SchemaContext schemaContext, ComplexType complexType, Schema schema, String element, AttributeSet atts) WildcardUnmarshaller
(SchemaContext schemaContext, Group group, Schema schema, String element, AttributeSet atts) -
Uses of SchemaContext in org.exolab.castor.xml.schema.writer
Methods in org.exolab.castor.xml.schema.writer with parameters of type SchemaContextModifier and TypeMethodDescriptionvoid
SchemaWriter.setSchemaContext
(SchemaContext schemaContext) To set theSchemaContext
to be used for theSchemaWriter
.