org.geotools.gml3.smil
Class SMIL20

Object
  extended by XSD
      extended by SMIL20

public final class SMIL20
extends XSD

This interface contains the qualified names of all the types,elements, and attributes in the http://www.w3.org/2001/SMIL20/ schema.

Module:
modules/extension/xsd-gml3 (gt-xsd-gml3.jar)

Field Summary
static QName ANIMATE
           
static QName ANIMATECOLOR
           
static QName ANIMATECOLORPROTOTYPE
           
static QName ANIMATEMOTION
           
static QName ANIMATEMOTIONPROTOTYPE
           
static QName ANIMATEPROTOTYPE
           
static QName FILLDEFAULTTYPE
           
static QName FILLTIMINGATTRSTYPE
           
static String NAMESPACE
           
static QName NONNEGATIVEDECIMALTYPE
           
static QName RESTARTDEFAULTTYPE
           
static QName RESTARTTIMINGTYPE
           
static QName SET
           
static QName SETPROTOTYPE
           
static QName SYNCBEHAVIORDEFAULTTYPE
           
static QName SYNCBEHAVIORTYPE
           
 
Fields inherited from class XSD
LOGGER, schema, typeMappingProfile, typeSchema
 
Method Summary
protected  void addDependencies(Set dependencies)
          Subclass hook to add additional dependencies.
 SchemaLocator createSchemaLocator()
           
static SMIL20 getInstance()
           
 String getNamespaceURI()
          Returns 'http://www.w3.org/2001/SMIL20/'.
 String getSchemaLocation()
          Returns the location of 'smil20.xsd'.
 
Methods inherited from class XSD
allDependencies, buildSchema, buildTypeMappingProfile, buildTypeSchema, createSchemaLocationResolver, equals, getAllDependencies, getDependencies, getSchema, getTypeMappingProfile, getTypeSchema, hashCode, name, toString
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values

ANIMATECOLORPROTOTYPE

public static final QName ANIMATECOLORPROTOTYPE

ANIMATEMOTIONPROTOTYPE

public static final QName ANIMATEMOTIONPROTOTYPE

ANIMATEPROTOTYPE

public static final QName ANIMATEPROTOTYPE

FILLDEFAULTTYPE

public static final QName FILLDEFAULTTYPE

FILLTIMINGATTRSTYPE

public static final QName FILLTIMINGATTRSTYPE

NONNEGATIVEDECIMALTYPE

public static final QName NONNEGATIVEDECIMALTYPE

RESTARTDEFAULTTYPE

public static final QName RESTARTDEFAULTTYPE

RESTARTTIMINGTYPE

public static final QName RESTARTTIMINGTYPE

SETPROTOTYPE

public static final QName SETPROTOTYPE

SYNCBEHAVIORDEFAULTTYPE

public static final QName SYNCBEHAVIORDEFAULTTYPE

SYNCBEHAVIORTYPE

public static final QName SYNCBEHAVIORTYPE

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 SMIL20 getInstance()

addDependencies

protected void addDependencies(Set dependencies)
Description copied from class: XSD
Subclass hook to add additional dependencies.

Overrides:
addDependencies in class XSD

getNamespaceURI

public String getNamespaceURI()
Returns 'http://www.w3.org/2001/SMIL20/'.

Specified by:
getNamespaceURI in class XSD

getSchemaLocation

public String getSchemaLocation()
Returns the location of 'smil20.xsd'.

Specified by:
getSchemaLocation in class XSD

createSchemaLocator

public SchemaLocator createSchemaLocator()
Overrides:
createSchemaLocator in class XSD


Copyright © 1996-2009 Geotools. All Rights Reserved.