deegree 2.3 (2010/04/09 10:10 build-4-official)

Uses of Class
org.deegree.framework.xml.schema.ComplexTypeDeclaration

Packages that use ComplexTypeDeclaration
org.deegree.framework.xml.schema   
org.deegree.io.datastore.schema   
org.deegree.model.feature.schema   
 

Uses of ComplexTypeDeclaration in org.deegree.framework.xml.schema
 

Methods in org.deegree.framework.xml.schema that return ComplexTypeDeclaration
 ComplexTypeDeclaration[] XSDocument.extractComplexTypeDeclarations()
          Extracts all global (top-level) complex type declarations from the underlying schema document.
 ComplexTypeDeclaration XMLSchema.getComplexTypeDeclaration(QualifiedName qName)
          Looks up the ComplexTypeDeclaration for the given QualifiedName.
 ComplexTypeDeclaration XMLSchema.getComplexTypeDeclaration(String name)
          Looks up the ComplexTypeDeclaration for the given local name (without namespace).
 ComplexTypeDeclaration[] XMLSchema.getComplexTypeDeclarations()
          Returns all ComplexTypeDeclarations that are defined in the schema.
protected  ComplexTypeDeclaration XSDocument.parseComplexTypeDeclaration(Element element)
          Parses the given Element as an 'xs:complexType' declaration.
 

Constructors in org.deegree.framework.xml.schema with parameters of type ComplexTypeDeclaration
XMLSchema(URI targetNamespace, SimpleTypeDeclaration[] simpleTypes, ComplexTypeDeclaration[] complexTypes, ElementDeclaration[] elementDeclarations)
          Creates a new XMLSchema instance from the given parameters.
 

Uses of ComplexTypeDeclaration in org.deegree.io.datastore.schema
 

Subclasses of ComplexTypeDeclaration in org.deegree.io.datastore.schema
 class MappedComplexTypeDeclaration
          Represents an annotated XML complex type declaration in an MappedGMLSchema.
 

Constructors in org.deegree.io.datastore.schema with parameters of type ComplexTypeDeclaration
MappedGMLSchema(URI targetNamespace, SimpleTypeDeclaration[] simpleTypes, ComplexTypeDeclaration[] complexTypes, ElementDeclaration[] elementDeclarations, String namespacePrefix, URI defaultSRS, DatastoreConfiguration backendConfiguration, boolean suppressXLinkOutput, MappedGMLSchemaDocument doc)
          Creates a new MappedGMLSchema instance from the given parameters.
 

Uses of ComplexTypeDeclaration in org.deegree.model.feature.schema
 

Constructors in org.deegree.model.feature.schema with parameters of type ComplexTypeDeclaration
GMLSchema(ElementDeclaration[] elementDeclarations, URI targetNamespace, SimpleTypeDeclaration[] simpleTypes, ComplexTypeDeclaration[] complexTypes)
           
GMLSchema(URI targetNamespace, SimpleTypeDeclaration[] simpleTypes, ComplexTypeDeclaration[] complexTypes, ElementDeclaration[] elementDeclarations)
          Creates a new GMLSchema instance from the given parameters.
 


deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org