Package | Description |
---|---|
org.exolab.castor.xml.schema | |
org.exolab.castor.xml.schema.reader | |
org.exolab.castor.xml.schema.writer |
Modifier and Type | Class and Description |
---|---|
class |
SchemaContextImpl
Represents an execution context for schema reading/writing activities.
|
Modifier and Type | Method and Description |
---|---|
SchemaContext |
ComponentReader.getSchemaContext()
To get the Castor XML schema context used.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentReader.setSchemaContext(SchemaContext schemaContext)
To set the Castor XML schema context to be used.
|
void |
SchemaReader.setSchemaContext(SchemaContext schemaContext)
To set the
SchemaContext to be used. |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
SchemaWriter.setSchemaContext(SchemaContext schemaContext)
To set the
SchemaContext to be used for the SchemaWriter . |
Copyright © 2022. All rights reserved.