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

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

Packages that use XMLSchemaException
org.deegree.framework.xml.schema   
org.deegree.io.datastore.schema   
org.deegree.model.feature.schema   
org.deegree.ogcwebservices.wms Web Map Service 1.1.3 (OGC WMS Version 1.1.1). 
org.deegree.tools.datastore   
 

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

Subclasses of XMLSchemaException in org.deegree.framework.xml.schema
 class UndefinedElementException
          Thrown when a reference to an XML element is encountered that is unknown in the context (i.e. in the XML Schema document).
 class UndefinedXSDTypeException
          Thrown when a reference to an XML type is encountered that is unknown in the context (i.e. in the XML Schema document).
 class UnresolvableReferenceException
          Thrown when a reference to an XML type or element is encountered that is unknown in the context (i.e. in the XML Schema document).
 

Methods in org.deegree.framework.xml.schema that throw XMLSchemaException
 XMLSchema XSDocument.parseXMLSchema()
          Returns the class representation of the underlying schema document.
 

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

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

Methods in org.deegree.io.datastore.schema that throw XMLSchemaException
(package private)  MappedGMLId MappedGMLSchemaDocument.extractGMLId(Element annotationElement, String defaultTableName)
          Extracts the "gml:id" information from the given "xs:annotation" element.
(package private)  MappedFeaturePropertyType MappedGMLSchemaDocument.parseMappedFeaturePropertyType(Element element, QualifiedName propertyName, int minOccurs, int maxOccurs, boolean isIdentityPart, String table, boolean isReferenceType)
          Extracts the mapping information for a feature property type from the given "xs:annotation" element.
(package private)  MappedGeometryPropertyType MappedGMLSchemaDocument.parseMappedGeometryPropertyType(Element element, QualifiedName propertyName, QualifiedName typeName, int type, int minOccurs, int maxOccurs, boolean isIdentityPart, String table)
          Extracts the mapping information for a geometry property type from the given "xs:annotation" element.
 MappedGMLSchema MappedGMLSchemaDocument.parseMappedGMLSchema()
          Returns the class representation of the underlying mapped GML schema document.
(package private)  MappedSimplePropertyType MappedGMLSchemaDocument.parseMappedSimplePropertyType(Element element, QualifiedName propertyName, int type, int minOccurs, int maxOccurs, boolean isIdentityPart, String table)
          Extracts the mapping information for a simple property type from the given "xs:annotation" element.
 

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

Subclasses of XMLSchemaException in org.deegree.model.feature.schema
 class UndefinedFeatureTypeException
          Thrown when a reference to an XML type is encountered that is unknown in the context (i.e. in the XML Schema document).
 

Methods in org.deegree.model.feature.schema that throw XMLSchemaException
protected  PropertyType GMLSchema.buildPropertyType(ElementDeclaration element)
           
 GMLSchema GMLSchemaDocument.parseGMLSchema()
          Returns the class representation of the underlying GML schema document.
 

Constructors in org.deegree.model.feature.schema that throw XMLSchemaException
GMLSchema(ElementDeclaration[] elementDeclarations, URI targetNamespace, SimpleTypeDeclaration[] simpleTypes, ComplexTypeDeclaration[] complexTypes)
           
 

Uses of XMLSchemaException in org.deegree.ogcwebservices.wms
 

Methods in org.deegree.ogcwebservices.wms that throw XMLSchemaException
protected  List<PropertyPath> GetMapServiceInvoker.findGeoProperties(AbstractLayer layer, FeatureTypeConstraint[] ftc, List<PropertyPath> pp)
          the method accesses the GML schema of the feature types being part of the passed FeatureTypeConstraints and extracts the geometry property definition.
 

Uses of XMLSchemaException in org.deegree.tools.datastore
 

Methods in org.deegree.tools.datastore that throw XMLSchemaException
static void SchemaAnalyzer.main(String[] args)
           
static void DDLGenerator.main(String[] args)
           
 

Constructors in org.deegree.tools.datastore that throw XMLSchemaException
DDLGenerator(URL schemaURL)
          Creates a new instance of DDLGenerator from the given parameters.
OracleDDLGenerator(URL schemaURL)
          Generates a new instance of OracleDDLGenerator, ready to generate DDL for the given schema.
PostGISDDLGenerator(URL schemaURL)
          Generates a new instance of PostGISDDLGenerator, ready to generate DDL for the given schema.
 


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