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 QNameACTUATEstatic QNameARCROLEstatic QNameFROMstatic QNameHREFstatic QNameLABELstatic StringNAMESPACEstatic QNameROLEstatic QNameSHOWstatic QNameTITLEstatic QNameTO-
Fields inherited from class XSD
entityResolver, LOGGER, schema, typeMappingProfile, typeSchema
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XLINKgetInstance()The single instance.StringgetNamespaceURI()Returns 'http://www.w3.org/1999/xlink'StringgetSchemaLocation()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:
getNamespaceURIin classXSD
-
getSchemaLocation
public String getSchemaLocation()
Returns location of 'xlinks.xsd'.- Specified by:
getSchemaLocationin classXSD
-
-