Package org.geotools.gml3.smil
Class XMLMOD
-
public class XMLMOD extends XSD
-
-
Field Summary
-
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XMLMOD
getInstance()
String
getNamespaceURI()
Returns 'http://www.w3.org/XML/1998/namespace'.String
getSchemaLocation()
Returns the location of 'xml-mod.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 XMLMOD getInstance()
-
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-mod.xsd'.- Specified by:
getSchemaLocation
in classXSD
-
-