Uses of Class
org.exolab.castor.xml.schema.Schema

Packages that use Schema
org.exolab.castor.xml.dtd The XML DTD Object Model Version: $Revision: 6213 $ $Date: 2003-03-03 00:05:44 -0700 (Mon, 03 Mar 2003) $ Author: Alexander Totok This package is an implementation of the XML DTD specification. 
org.exolab.castor.xml.schema   
org.exolab.castor.xml.schema.reader   
org.exolab.castor.xml.schema.simpletypes   
org.exolab.castor.xml.schema.util   
org.exolab.castor.xml.schema.writer   
 

Uses of Schema in org.exolab.castor.xml.dtd
 

Methods in org.exolab.castor.xml.dtd that return Schema
 Schema Converter.convertDTDObjectToSchemaObject(DTDdocument dtd, String targetNamespace, Map nameSpaceMap)
          Convert DTD document object to corresponding Schema object.
 

Methods in org.exolab.castor.xml.dtd with parameters of type Schema
 AttributeDecl Converter.convertAttribute(Attribute dtdAttribute, Schema schema)
          Convert DTD Attribute declaration to Schema Attribute Declaration.
 Particle Converter.convertContentParticle(ContentParticle dtdContent, Schema schema)
          Method to convert ContentParticle object, used to implement element content in the DTD object model, to the corresponding object in the Schema object model: either Group or ElementDecl.
 ElementDecl Converter.convertDTDElementToSchemaElement(Element dtdElement, Schema schema)
          Convert DTD Element declaration to Schema Element Declaration.
 void Converter.marshalSchema(Schema schema, Writer writer)
          Marshals XML Schema to output char stream.
 

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

Methods in org.exolab.castor.xml.schema that return Schema
 Schema Schema.getCachedIncludedSchema(String schemaLocation)
          Returns the cached included schema with the given SchemaLocation
 Schema Schema.getImportedSchema(String ns)
          Returns the imported schema with the given namespace
 Schema Schema.getImportedSchema(String ns, boolean localOnly)
          Returns the imported schema with the given namespace
protected  Schema Schema.getMasterSchema()
          Returns the master schema in which this instance of schema is used at runtime.
 Schema RedefineSchema.getOriginalSchema()
          Returns the schema imported used for the redefinitions.
 Schema RedefineSchema.getParentSchema()
          Returns the parent schema in which this RedefineSchema is used.
 Schema XMLType.getSchema()
          Returns the schema to which this type belongs
 Schema Wildcard.getSchema()
          Returns the parent schema in which this wildcard is located.
 Schema ModelGroup.getSchema()
          Returns the schema that contains this modelGroup definition
 Schema ElementDecl.getSchema()
          Returns the XML Schema to which this element declaration belongs.
 Schema AttributeGroupDecl.getSchema()
          Returns the Schema that this AttributeGroupDecl belongs to.
 Schema AttributeDecl.getSchema()
          Returns the Schema that this AttributeGroupDecl belongs to.
 

Methods in org.exolab.castor.xml.schema that return types with arguments of type Schema
 Collection<Schema> Schema.getCachedIncludedSchemas()
          Returns an enumeration of all the included schemas that are cached in this XML Schema Definition.
 Collection<Schema> Schema.getImportedSchema()
          Returns the imported schemas of this schema
 

Methods in org.exolab.castor.xml.schema with parameters of type Schema
 void Schema.addImportedSchema(Schema schema)
          Adds the given Schema definition to this Schema definition as an imported schenma
 void Schema.cacheIncludedSchema(Schema schema)
          Caches the given Schema definition as an included XML Schema of this Schema definition.
 boolean Schema.removeCachedIncludedSchema(Schema schema)
          Removes the given cached included schema from this Schema definition's list of cached included schema.
 boolean Schema.removeImportedSchema(Schema schema)
          Removes the given Schema definition from this Schema definition's list of imported schenma
protected  void Schema.setMasterSchema(Schema masterSchema)
          Sets the master schema in which this instance of schema is used at runtime.
 void XMLType.setSchema(Schema schema)
          Sets the name of this SimpleType
 void Union.setSchema(Schema schema)
          Sets the Schema for this Union.
 void ModelGroup.setSchema(Schema schema)
          Sets the Schema that contains this group.
protected  void AttributeDecl.setSchema(Schema schema)
          Set the parent schema of the current ElementDecl.
 

Constructors in org.exolab.castor.xml.schema with parameters of type Schema
AnyType(Schema schema)
          Creates a new AnyType for the given Schema.
AttributeDecl(Schema schema)
          Creates a new AttrDecl in the given schema.
AttributeDecl(Schema schema, String name)
          Creates a new AttrDecl with the given name
AttributeGroupDecl(Schema schema)
          Creates a new AttributeGroup definition
AttributeGroupReference(Schema schema, String reference)
          Creates a new AttributeGroup definition
ComplexType(Schema schema)
          Creates a new ComplexType instance with no name.
ComplexType(Schema schema, String name)
          Creates a new ComplexType with the given name.
ElementDecl(Schema schema)
          Creates a new default element definition
ElementDecl(Schema schema, String name)
          Creates a new default element definition
ModelGroup(Schema schema)
          Creates a new ModelGroup definition
ModelGroup(String name, Schema schema)
          Creates a new ModelGroup with the given name
RedefineSchema(Schema parentSchema)
          Default constructor to create a RedefineSchema that contains only Annotations
RedefineSchema(Schema parentSchema, Schema originalSchema)
          Constructs a new RedefineSchema structure
SimpleContent(Schema schema, String typeName)
          Creates a new SimpleContent
Union(Schema schema)
          Creates a new Union type.
 

Uses of Schema in org.exolab.castor.xml.schema.reader
 

Methods in org.exolab.castor.xml.schema.reader that return Schema
 Schema SchemaUnmarshaller.getSchema()
          Returns the Schema instance representing the XML schema (file) just processed.
 Schema SchemaLocation.getSchema()
          Returns the Schema for this SchemaLocation, or null if this SchemaLocation was not constructed with a Schema object.
 Schema SchemaReader.read()
          Reads the Schema from the source and returns the Schema object model.
 

Methods in org.exolab.castor.xml.schema.reader with parameters of type Schema
 void SchemaUnmarshaller.setSchema(Schema schema)
          Sets the Schema instance to be processed.
 

Constructors in org.exolab.castor.xml.schema.reader with parameters of type Schema
AttributeGroupUnmarshaller(SchemaContext schemaContext, Schema schema, AttributeSet atts)
          Creates a new AttributeGroupUnmarshaller.
AttributeUnmarshaller(SchemaContext schemaContext, Schema schema, AttributeSet atts)
           
ComplexTypeUnmarshaller(SchemaContext schemaContext, Schema schema, AttributeSet atts)
          Creates a new ComplexTypeUnmarshaller instance.
ElementUnmarshaller(SchemaContext schemaContext, Schema schema, AttributeSet atts)
          Creates a new ElementUnmarshaller.
GroupUnmarshaller(SchemaContext schemaContext, Schema schema, String element, AttributeSet atts)
          Creates a new GroupUnmarshaller.
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
SchemaLocation(Schema schema, String href)
          Creates a new SchemaLocation
SimpleTypeDefinition(Schema schema, String name, String id)
           
SimpleTypeUnmarshaller(SchemaContext schemaContext, Schema schema, AttributeSet atts)
          Creates a new SimpleTypeUnmarshaller.
UnionUnmarshaller(SchemaContext schemaContext, Schema schema, AttributeSet atts)
          Creates a new IdentityConstraintUnmarshaller
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 Schema in org.exolab.castor.xml.schema.simpletypes
 

Methods in org.exolab.castor.xml.schema.simpletypes with parameters of type Schema
 void ListType.setSchema(Schema schema)
          Sets the Schema for this Union.
 

Constructors in org.exolab.castor.xml.schema.simpletypes with parameters of type Schema
ListType(Schema schema)
          Creates a new ListType.
 

Uses of Schema in org.exolab.castor.xml.schema.util
 

Methods in org.exolab.castor.xml.schema.util that return Schema
 Schema XMLInstance2Schema.createSchema(InputSource source)
          Creates an XML Schema using the given InputSource.
 Schema XMLInstance2Schema.createSchema(Reader reader)
          Creates an XML Schema using the given Reader.
 Schema XMLInstance2Schema.createSchema(String filename)
          Creates an XML Schema using the given XML instance filename.
 Schema XMLInstance2SchemaHandler.getSchema()
          Returns the XML Schema object that is being used by this handler
 

Methods in org.exolab.castor.xml.schema.util with parameters of type Schema
 void XMLInstance2Schema.serializeSchema(Writer dstWriter, Schema schema)
          Serializes a Schema instance to the given Writer instance.
 

Constructors in org.exolab.castor.xml.schema.util with parameters of type Schema
XMLInstance2SchemaHandler(Schema schema)
          Creates a new XMLInstance2SchemaHandler
 

Uses of Schema in org.exolab.castor.xml.schema.writer
 

Methods in org.exolab.castor.xml.schema.writer with parameters of type Schema
 void SchemaWriter.write(Schema schema)
           
 



Copyright © 2012. All Rights Reserved.