org.geotools.xlink
Class XLINK

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


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

ACTUATE

public static final javax.xml.namespace.QName ACTUATE

ARCROLE

public static final javax.xml.namespace.QName ARCROLE

FROM

public static final javax.xml.namespace.QName FROM

HREF

public static final javax.xml.namespace.QName HREF

LABEL

public static final javax.xml.namespace.QName LABEL

ROLE

public static final javax.xml.namespace.QName ROLE

SHOW

public static final javax.xml.namespace.QName SHOW

TITLE

public static final javax.xml.namespace.QName TITLE

TO

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

getInstance

public static XLINK getInstance()
The single instance.


getNamespaceURI

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

Specified by:
getNamespaceURI in class XSD

getSchemaLocation

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

Specified by:
getSchemaLocation in class XSD


Copyright © 1996-2010 Geotools. All Rights Reserved.