org.geotools.xml
Class XML

java.lang.Object
  extended by org.geotools.xml.XSD
      extended by org.geotools.xml.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.


Field Summary
static javax.xml.namespace.QName base
           
static javax.xml.namespace.QName id
           
static javax.xml.namespace.QName lang
           
static java.lang.String NAMESPACE
           
static javax.xml.namespace.QName space
           
 
Fields inherited from class org.geotools.xml.XSD
LOGGER, schema, typeMappingProfile, typeSchema
 
Method Summary
static XML getInstance()
          Returns the singleton instance.
 java.lang.String getNamespaceURI()
          Returns 'http://www.w3.org/XML/1998/namespace'.
 java.lang.String getSchemaLocation()
          Returns the location of 'xml.xsd.'.
 
Methods inherited from class org.geotools.xml.XSD
addDependencies, allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, createSchemaLocator, equals, getAllDependencies, getDependencies, getSchema, getTypeMappingProfile, getTypeSchema, hashCode, name, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAMESPACE

public static final java.lang.String NAMESPACE
See Also:
Constant Field Values

base

public static final javax.xml.namespace.QName base

id

public static final javax.xml.namespace.QName id

lang

public static final javax.xml.namespace.QName lang

space

public static final javax.xml.namespace.QName space
Method Detail

getInstance

public static final XML getInstance()
Returns the singleton instance.


getNamespaceURI

public java.lang.String getNamespaceURI()
Returns 'http://www.w3.org/XML/1998/namespace'.

Specified by:
getNamespaceURI in class XSD

getSchemaLocation

public java.lang.String getSchemaLocation()
Returns the location of 'xml.xsd.'.

Specified by:
getSchemaLocation in class XSD


Copyright © 1996-2010 Geotools. All Rights Reserved.