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 QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final String
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
This is a psuedo type name which allows the handling of the special case of of complex types with simple content.static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
static final QName
Fields inherited from class XSD
entityResolver, LOGGER, schema, typeMappingProfile, typeSchema
-
Method Summary
Modifier and TypeMethodDescriptionprotected Schema
buildTypeMappingProfile
(Schema schema) Sets up a profile which uniquely maps a set of java classes to a schema element.protected Schema
Sets up the schema which maps xml schema types to attribute types.static XSD
The 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:XSD
Sets up the schema which maps xml schema types to attribute types.- Overrides:
buildTypeSchema
in classXSD
-
buildTypeMappingProfile
Description copied from class:XSD
Sets up a profile which uniquely maps a set of java classes to a schema element.- Overrides:
buildTypeMappingProfile
in classXSD
-
getNamespaceURI
Returns 'http://www.w3.org/2001/XMLSchema'.- Specified by:
getNamespaceURI
in classXSD
-
getSchemaLocation
Description copied from class:XSD
The location on the local disk of the top level .xsd file which defines the schema.- Specified by:
getSchemaLocation
in classXSD
-