Uses of Interface
org.w3.x2001.smil20.SyncBehaviorDefaultType
-
Packages that use SyncBehaviorDefaultType Package Description org.w3.x2001.smil20 org.w3.x2001.smil20.impl org.w3.x2001.smil20.language org.w3.x2001.smil20.language.impl -
-
Uses of SyncBehaviorDefaultType in org.w3.x2001.smil20
Methods in org.w3.x2001.smil20 that return SyncBehaviorDefaultType Modifier and Type Method Description static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. newInstance()static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. newValue(Object obj)static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(File file)static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(InputStream is)static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(Reader r)static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(String xmlAsString)static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(URL u)static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(XMLStreamReader sr)static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(Node node)static SyncBehaviorDefaultTypeSyncBehaviorDefaultType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of SyncBehaviorDefaultType in org.w3.x2001.smil20.impl
Classes in org.w3.x2001.smil20.impl that implement SyncBehaviorDefaultType Modifier and Type Class Description classSyncBehaviorDefaultTypeImplAn XML syncBehaviorDefaultType(@http://www.w3.org/2001/SMIL20/). -
Uses of SyncBehaviorDefaultType in org.w3.x2001.smil20.language
Methods in org.w3.x2001.smil20.language that return SyncBehaviorDefaultType Modifier and Type Method Description SyncBehaviorDefaultTypeAnimateColorType. xgetSyncBehaviorDefault()Gets (as xml) the "syncBehaviorDefault" attributeSyncBehaviorDefaultTypeAnimateMotionType. xgetSyncBehaviorDefault()Gets (as xml) the "syncBehaviorDefault" attributeSyncBehaviorDefaultTypeAnimateType. xgetSyncBehaviorDefault()Gets (as xml) the "syncBehaviorDefault" attributeSyncBehaviorDefaultTypeSetType. xgetSyncBehaviorDefault()Gets (as xml) the "syncBehaviorDefault" attributeMethods in org.w3.x2001.smil20.language with parameters of type SyncBehaviorDefaultType Modifier and Type Method Description voidAnimateColorType. xsetSyncBehaviorDefault(SyncBehaviorDefaultType syncBehaviorDefault)Sets (as xml) the "syncBehaviorDefault" attributevoidAnimateMotionType. xsetSyncBehaviorDefault(SyncBehaviorDefaultType syncBehaviorDefault)Sets (as xml) the "syncBehaviorDefault" attributevoidAnimateType. xsetSyncBehaviorDefault(SyncBehaviorDefaultType syncBehaviorDefault)Sets (as xml) the "syncBehaviorDefault" attributevoidSetType. xsetSyncBehaviorDefault(SyncBehaviorDefaultType syncBehaviorDefault)Sets (as xml) the "syncBehaviorDefault" attribute -
Uses of SyncBehaviorDefaultType in org.w3.x2001.smil20.language.impl
Methods in org.w3.x2001.smil20.language.impl that return SyncBehaviorDefaultType Modifier and Type Method Description SyncBehaviorDefaultTypeAnimateColorTypeImpl. xgetSyncBehaviorDefault()Gets (as xml) the "syncBehaviorDefault" attributeSyncBehaviorDefaultTypeAnimateMotionTypeImpl. xgetSyncBehaviorDefault()Gets (as xml) the "syncBehaviorDefault" attributeSyncBehaviorDefaultTypeAnimateTypeImpl. xgetSyncBehaviorDefault()Gets (as xml) the "syncBehaviorDefault" attributeSyncBehaviorDefaultTypeSetTypeImpl. xgetSyncBehaviorDefault()Gets (as xml) the "syncBehaviorDefault" attributeMethods in org.w3.x2001.smil20.language.impl with parameters of type SyncBehaviorDefaultType Modifier and Type Method Description voidAnimateColorTypeImpl. xsetSyncBehaviorDefault(SyncBehaviorDefaultType syncBehaviorDefault)Sets (as xml) the "syncBehaviorDefault" attributevoidAnimateMotionTypeImpl. xsetSyncBehaviorDefault(SyncBehaviorDefaultType syncBehaviorDefault)Sets (as xml) the "syncBehaviorDefault" attributevoidAnimateTypeImpl. xsetSyncBehaviorDefault(SyncBehaviorDefaultType syncBehaviorDefault)Sets (as xml) the "syncBehaviorDefault" attributevoidSetTypeImpl. xsetSyncBehaviorDefault(SyncBehaviorDefaultType syncBehaviorDefault)Sets (as xml) the "syncBehaviorDefault" attribute
-