Package org.geotools.xsd
Class XML
-
public final class XML extends XSD
This interface contains the qualified names of all the types,elements, and attributes in the http://www.w3.org/XML/1998/namespace schema.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XML
getInstance()
Returns the singleton instance.String
getNamespaceURI()
Returns 'http://www.w3.org/XML/1998/namespace'.String
getSchemaLocation()
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
-
-
-
-
Method Detail
-
getInstance
public static final XML getInstance()
Returns the singleton instance.
-
getNamespaceURI
public String getNamespaceURI()
Returns 'http://www.w3.org/XML/1998/namespace'.- Specified by:
getNamespaceURI
in classXSD
-
getSchemaLocation
public String getSchemaLocation()
Returns the location of 'xml.xsd.'.- Specified by:
getSchemaLocation
in classXSD
-
-