org.geotools.xml
Class XML

Object
  extended by XSD
      extended by 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.

Module:
modules/extension/xsd-core (gt-xsd-core.jar)

Field Summary
static QName base
           
static QName id
           
static QName lang
           
static String NAMESPACE
           
static QName space
           
 
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
 
Method Summary
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, equals, getAllDependencies, getDependencies, getSchema, getTypeMappingProfile, getTypeSchema, hashCode, name, toString
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

base

public static final QName base

id

public static final QName id

lang

public static final QName lang

space

public static final QName space
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 class XSD

getSchemaLocation

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

Specified by:
getSchemaLocation in class XSD


Copyright © 1996-2010 Geotools. All Rights Reserved.