Uses of Interface
org.exolab.castor.xml.schema.SchemaContext

Packages that use SchemaContext
org.exolab.castor.xml.schema   
org.exolab.castor.xml.schema.reader   
org.exolab.castor.xml.schema.writer   
 

Uses of SchemaContext in org.exolab.castor.xml.schema
 

Classes in org.exolab.castor.xml.schema that implement SchemaContext
 class SchemaContextImpl
          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 SchemaContext
 SchemaContext ComponentReader.getSchemaContext()
          To get the Castor XML schema context used.
 

Methods in org.exolab.castor.xml.schema.reader with parameters of type SchemaContext
 void SchemaReader.setSchemaContext(SchemaContext schemaContext)
          To set the SchemaContext to be used.
 void ComponentReader.setSchemaContext(SchemaContext schemaContext)
          To set the Castor XML schema context to be used.
 

Constructors in org.exolab.castor.xml.schema.reader with parameters of type SchemaContext
AnnotationUnmarshaller(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 new ComplexTypeUnmarshaller instance.
ComponentReader(SchemaContext schemaContext)
          To hand down a couple of configuration items to all Unmarshaller 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 imported
SchemaUnmarshaller(SchemaContext schemaContext)
          Creates a SchemaUnmarshaller instance.
SchemaUnmarshaller(SchemaContext schemaContext, AttributeSet atts)
          Creates a SchemaUnmarshaller instance.
SchemaUnmarshaller(SchemaContext schemaContext, boolean include, SchemaUnmarshallerState state, URIResolver uriResolver)
          Creates a SchemaUnmarshaller instance.
SchemaUnmarshaller(SchemaContext schemaContext, SchemaUnmarshallerState state)
          Creates a SchemaUnmarshaller 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 RestrictionUnmarshaller
SimpleTypeUnmarshaller(SchemaContext schemaContext, Schema schema, AttributeSet atts)
          Creates a new SimpleTypeUnmarshaller.
UnionUnmarshaller(SchemaContext schemaContext, Schema schema, AttributeSet atts)
          Creates a new IdentityConstraintUnmarshaller
UnknownUnmarshaller(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 SchemaContext
 void SchemaWriter.setSchemaContext(SchemaContext schemaContext)
          To set the SchemaContext to be used for the SchemaWriter.
 



Copyright © 2012. All Rights Reserved.