org.geotools.xlink
Class XLINK

Object
  extended by XSD
      extended by XLINK

public final class XLINK
extends XSD

This interface contains the qualified names of all the types,elements, and attributes in the http://www.w3.org/1999/xlink schema.

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

Field Summary
static QName ACTUATE
           
static QName ARCROLE
           
static QName FROM
           
static QName HREF
           
static QName LABEL
           
static String NAMESPACE
           
static QName ROLE
           
static QName SHOW
           
static QName TITLE
           
static QName TO
           
 
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
 
Method Summary
static XLINK getInstance()
          The single instance.
 String getNamespaceURI()
          Returns 'http://www.w3.org/1999/xlink'
 String getSchemaLocation()
          Returns location of 'xlinks.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

ACTUATE

public static final QName ACTUATE

ARCROLE

public static final QName ARCROLE

FROM

public static final QName FROM

HREF

public static final QName HREF

LABEL

public static final QName LABEL

ROLE

public static final QName ROLE

SHOW

public static final QName SHOW

TITLE

public static final QName TITLE

TO

public static final QName TO
Method Detail

getInstance

public static XLINK getInstance()
The single instance.


getNamespaceURI

public String getNamespaceURI()
Returns 'http://www.w3.org/1999/xlink'

Specified by:
getNamespaceURI in class XSD

getSchemaLocation

public String getSchemaLocation()
Returns location of 'xlinks.xsd'.

Specified by:
getSchemaLocation in class XSD


Copyright © 1996-2010 Geotools. All Rights Reserved.