Package org.geotools.gml3.smil
Class SMIL20LANG
-
public final class SMIL20LANG extends XSD
This interface contains the qualified names of all the types,elements, and attributes in the http://www.w3.org/2001/SMIL20/Language schema.
-
-
Field Summary
Fields Modifier and Type Field Description static QNameANIMATEstatic QNameANIMATECOLORstatic QNameANIMATECOLORTYPEstatic QNameANIMATEMOTIONstatic QNameANIMATEMOTIONTYPEstatic QNameANIMATETYPEstatic StringNAMESPACEstatic QNameSETstatic QNameSETTYPE-
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 protected voidaddDependencies(Set<XSD> dependencies)Subclass hook to add additional dependencies.SchemaLocatorcreateSchemaLocator()static SMIL20LANGgetInstance()StringgetNamespaceURI()Returns 'http://www.w3.org/2001/SMIL20/'.StringgetSchemaLocation()Returns the location of 'smil20-language.xsd'.-
Methods inherited from class XSD
allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, 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
-
ANIMATECOLORTYPE
public static final QName ANIMATECOLORTYPE
-
ANIMATEMOTIONTYPE
public static final QName ANIMATEMOTIONTYPE
-
ANIMATETYPE
public static final QName ANIMATETYPE
-
SETTYPE
public static final QName SETTYPE
-
ANIMATE
public static final QName ANIMATE
-
ANIMATECOLOR
public static final QName ANIMATECOLOR
-
ANIMATEMOTION
public static final QName ANIMATEMOTION
-
SET
public static final QName SET
-
-
Method Detail
-
getInstance
public static SMIL20LANG getInstance()
-
addDependencies
protected void addDependencies(Set<XSD> dependencies)
Description copied from class:XSDSubclass hook to add additional dependencies.- Overrides:
addDependenciesin classXSD
-
getNamespaceURI
public String getNamespaceURI()
Returns 'http://www.w3.org/2001/SMIL20/'.- Specified by:
getNamespaceURIin classXSD
-
getSchemaLocation
public String getSchemaLocation()
Returns the location of 'smil20-language.xsd'.- Specified by:
getSchemaLocationin classXSD
-
createSchemaLocator
public SchemaLocator createSchemaLocator()
- Overrides:
createSchemaLocatorin classXSD
-
-