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 SummaryFields Modifier and Type Field Description static QNameANIMATEstatic QNameANIMATECOLORstatic QNameANIMATECOLORTYPEstatic QNameANIMATEMOTIONstatic QNameANIMATEMOTIONTYPEstatic QNameANIMATETYPEstatic StringNAMESPACEstatic QNameSETstatic QNameSETTYPE- 
Fields inherited from class XSDentityResolver, LOGGER, schema, typeMappingProfile, typeSchema
 
- 
 - 
Method SummaryAll 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 XSDallDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, dispose, equals, getAllDependencies, getAllTypeMappingProfiles, getDependencies, getSchema, getSupplementarySchemaLocator, getTypeMappingProfile, getTypeSchema, hashCode, name, qName, toString
 
- 
 
- 
- 
- 
Field Detail- 
NAMESPACEpublic static final String NAMESPACE - See Also:
- Constant Field Values
 
 - 
ANIMATECOLORTYPEpublic static final QName ANIMATECOLORTYPE 
 - 
ANIMATEMOTIONTYPEpublic static final QName ANIMATEMOTIONTYPE 
 - 
ANIMATETYPEpublic static final QName ANIMATETYPE 
 - 
SETTYPEpublic static final QName SETTYPE 
 - 
ANIMATEpublic static final QName ANIMATE 
 - 
ANIMATECOLORpublic static final QName ANIMATECOLOR 
 - 
ANIMATEMOTIONpublic static final QName ANIMATEMOTION 
 - 
SETpublic static final QName SET 
 
- 
 - 
Method Detail- 
getInstancepublic static SMIL20LANG getInstance() 
 - 
addDependenciesprotected void addDependencies(Set<XSD> dependencies) Description copied from class:XSDSubclass hook to add additional dependencies.- Overrides:
- addDependenciesin class- XSD
 
 - 
getNamespaceURIpublic String getNamespaceURI() Returns 'http://www.w3.org/2001/SMIL20/'.- Specified by:
- getNamespaceURIin class- XSD
 
 - 
getSchemaLocationpublic String getSchemaLocation() Returns the location of 'smil20-language.xsd'.- Specified by:
- getSchemaLocationin class- XSD
 
 - 
createSchemaLocatorpublic SchemaLocator createSchemaLocator() - Overrides:
- createSchemaLocatorin class- XSD
 
 
- 
 
-