Package org.geotools.xsd
Class XML
This interface contains the qualified names of all the types,elements, and attributes in the
http://www.w3.org/XML/1998/namespace schema.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QName
static final QName
static final QName
static final String
static final QName
Fields inherited from class XSD
entityResolver, LOGGER, schema, typeMappingProfile, typeSchema
-
Method Summary
Modifier and TypeMethodDescriptionstatic final XML
Returns the singleton instance.Returns 'http://www.w3.org/XML/1998/namespace'.Returns the location of 'xml.xsd.'.Methods inherited from class XSD
addDependencies, allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, createSchemaLocator, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, toString
-
Field Details
-
NAMESPACE
- See Also:
-
base
-
id
-
lang
-
space
-
-
Method Details
-
getInstance
Returns the singleton instance. -
getNamespaceURI
Returns 'http://www.w3.org/XML/1998/namespace'.- Specified by:
getNamespaceURI
in classXSD
-
getSchemaLocation
Returns the location of 'xml.xsd.'.- Specified by:
getSchemaLocation
in classXSD
-