Package org.geotools.xlink
Class 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
Fields Modifier and Type Field Description 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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, toString
-
-
-
-
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 classXSD
-
getSchemaLocation
public String getSchemaLocation()
Returns location of 'xlinks.xsd'.- Specified by:
getSchemaLocation
in classXSD
-
-