Package org.geotools.xs
Class XS
This interface contains the qualified names of all the types in the http://www.w3.org/2001/XMLSchema schema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final Stringstatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNameThis is a psuedo type name which allows the handling of the special case of of complex types with simple content.static final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNamestatic final QNameFields inherited from class XSD
entityResolver, LOGGER, schema, typeMappingProfile, typeSchema -
Method Summary
Modifier and TypeMethodDescriptionprotected SchemabuildTypeMappingProfile(Schema schema) Sets up a profile which uniquely maps a set of java classes to a schema element.protected SchemaSets up the schema which maps xml schema types to attribute types.static XSDThe singleton instance.Returns 'http://www.w3.org/2001/XMLSchema'.The location on the local disk of the top level .xsd file which defines the schema.Methods inherited from class XSD
addDependencies, allDependencies, buildSchema, createSchemaLocationResolver, createSchemaLocator, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, toString
-
Field Details
-
NAMESPACE
- See Also:
-
ALL
-
ALLNNI
-
ANNOTATED
-
ANYSIMPLETYPE
-
ANYTYPE
-
ANYURI
-
ATTRIBUTE
-
ATTRIBUTEGROUP
-
ATTRIBUTEGROUPREF
-
BASE64BINARY
-
BLOCKSET
-
BOOLEAN
-
BYTE
-
COMPLEXRESTRICTIONTYPE
-
COMPLEXTYPE
-
DATE
-
DATETIME
-
DECIMAL
-
DERIVATIONCONTROL
-
DERIVATIONSET
-
DOUBLE
-
DURATION
-
ELEMENT
-
ENTITIES
-
ENTITY
-
EXPLICITGROUP
-
EXTENSIONTYPE
-
FACET
-
FLOAT
-
FORMCHOICE
-
FULLDERIVATIONSET
-
GDAY
-
GMONTH
-
GMONTHDAY
-
GROUP
-
GROUPREF
-
GYEAR
-
GYEARMONTH
-
HEXBINARY
-
ID
-
IDREF
-
IDREFS
-
INT
-
INTEGER
-
KEYBASE
-
LANGUAGE
-
LOCALCOMPLEXTYPE
-
LOCALELEMENT
-
LOCALSIMPLETYPE
-
LONG
-
NAME
-
NAMEDATTRIBUTEGROUP
-
NAMEDGROUP
-
NAMESPACELIST
-
NARROWMAXMIN
-
NCNAME
-
NEGATIVEINTEGER
-
NMTOKEN
-
NMTOKENS
-
NOFIXEDFACET
-
NONNEGATIVEINTEGER
-
NONPOSITIVEINTEGER
-
NORMALIZEDSTRING
-
NOTATION
-
NUMFACET
-
OPENATTRS
-
POSITIVEINTEGER
-
PUBLIC
-
QNAME
-
REALGROUP
-
REDUCEDDERIVATIONCONTROL
-
RESTRICTIONTYPE
-
SHORT
-
SIMPLEDERIVATIONSET
-
SIMPLEEXPLICITGROUP
-
SIMPLEEXTENSIONTYPE
-
SIMPLERESTRICTIONTYPE
-
SIMPLETYPE
-
STRING
-
TIME
-
TOKEN
-
TOPLEVELATTRIBUTE
-
TOPLEVELCOMPLEXTYPE
-
TOPLEVELELEMENT
-
TOPLEVELSIMPLETYPE
-
TYPEDERIVATIONCONTROL
-
UNSIGNEDBYTE
-
UNSIGNEDINT
-
UNSIGNEDLONG
-
UNSIGNEDSHORT
-
WILDCARD
-
SIMPLECONTENTTYPE
This is a psuedo type name which allows the handling of the special case of of complex types with simple content.
-
-
Method Details
-
getInstance
The singleton instance. -
buildTypeSchema
Description copied from class:XSDSets up the schema which maps xml schema types to attribute types.- Overrides:
buildTypeSchemain classXSD
-
buildTypeMappingProfile
Description copied from class:XSDSets up a profile which uniquely maps a set of java classes to a schema element.- Overrides:
buildTypeMappingProfilein classXSD
-
getNamespaceURI
Returns 'http://www.w3.org/2001/XMLSchema'.- Specified by:
getNamespaceURIin classXSD
-
getSchemaLocation
Description copied from class:XSDThe location on the local disk of the top level .xsd file which defines the schema.- Specified by:
getSchemaLocationin classXSD
-