Uses of Interface
org.w3.x2001.smil20.RestartDefaultType
-
Packages that use RestartDefaultType Package Description org.w3.x2001.smil20 org.w3.x2001.smil20.impl org.w3.x2001.smil20.language org.w3.x2001.smil20.language.impl -
-
Uses of RestartDefaultType in org.w3.x2001.smil20
Methods in org.w3.x2001.smil20 that return RestartDefaultType Modifier and Type Method Description static RestartDefaultTypeRestartDefaultType.Factory. newInstance()static RestartDefaultTypeRestartDefaultType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static RestartDefaultTypeRestartDefaultType.Factory. newValue(Object obj)static RestartDefaultTypeRestartDefaultType.Factory. parse(File file)static RestartDefaultTypeRestartDefaultType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static RestartDefaultTypeRestartDefaultType.Factory. parse(InputStream is)static RestartDefaultTypeRestartDefaultType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static RestartDefaultTypeRestartDefaultType.Factory. parse(Reader r)static RestartDefaultTypeRestartDefaultType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static RestartDefaultTypeRestartDefaultType.Factory. parse(String xmlAsString)static RestartDefaultTypeRestartDefaultType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static RestartDefaultTypeRestartDefaultType.Factory. parse(URL u)static RestartDefaultTypeRestartDefaultType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static RestartDefaultTypeRestartDefaultType.Factory. parse(XMLStreamReader sr)static RestartDefaultTypeRestartDefaultType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static RestartDefaultTypeRestartDefaultType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic RestartDefaultTypeRestartDefaultType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic RestartDefaultTypeRestartDefaultType.Factory. parse(Node node)static RestartDefaultTypeRestartDefaultType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of RestartDefaultType in org.w3.x2001.smil20.impl
Classes in org.w3.x2001.smil20.impl that implement RestartDefaultType Modifier and Type Class Description classRestartDefaultTypeImplAn XML restartDefaultType(@http://www.w3.org/2001/SMIL20/). -
Uses of RestartDefaultType in org.w3.x2001.smil20.language
Methods in org.w3.x2001.smil20.language that return RestartDefaultType Modifier and Type Method Description RestartDefaultTypeAnimateColorType. xgetRestartDefault()Gets (as xml) the "restartDefault" attributeRestartDefaultTypeAnimateMotionType. xgetRestartDefault()Gets (as xml) the "restartDefault" attributeRestartDefaultTypeAnimateType. xgetRestartDefault()Gets (as xml) the "restartDefault" attributeRestartDefaultTypeSetType. xgetRestartDefault()Gets (as xml) the "restartDefault" attributeMethods in org.w3.x2001.smil20.language with parameters of type RestartDefaultType Modifier and Type Method Description voidAnimateColorType. xsetRestartDefault(RestartDefaultType restartDefault)Sets (as xml) the "restartDefault" attributevoidAnimateMotionType. xsetRestartDefault(RestartDefaultType restartDefault)Sets (as xml) the "restartDefault" attributevoidAnimateType. xsetRestartDefault(RestartDefaultType restartDefault)Sets (as xml) the "restartDefault" attributevoidSetType. xsetRestartDefault(RestartDefaultType restartDefault)Sets (as xml) the "restartDefault" attribute -
Uses of RestartDefaultType in org.w3.x2001.smil20.language.impl
Methods in org.w3.x2001.smil20.language.impl that return RestartDefaultType Modifier and Type Method Description RestartDefaultTypeAnimateColorTypeImpl. xgetRestartDefault()Gets (as xml) the "restartDefault" attributeRestartDefaultTypeAnimateMotionTypeImpl. xgetRestartDefault()Gets (as xml) the "restartDefault" attributeRestartDefaultTypeAnimateTypeImpl. xgetRestartDefault()Gets (as xml) the "restartDefault" attributeRestartDefaultTypeSetTypeImpl. xgetRestartDefault()Gets (as xml) the "restartDefault" attributeMethods in org.w3.x2001.smil20.language.impl with parameters of type RestartDefaultType Modifier and Type Method Description voidAnimateColorTypeImpl. xsetRestartDefault(RestartDefaultType restartDefault)Sets (as xml) the "restartDefault" attributevoidAnimateMotionTypeImpl. xsetRestartDefault(RestartDefaultType restartDefault)Sets (as xml) the "restartDefault" attributevoidAnimateTypeImpl. xsetRestartDefault(RestartDefaultType restartDefault)Sets (as xml) the "restartDefault" attributevoidSetTypeImpl. xsetRestartDefault(RestartDefaultType restartDefault)Sets (as xml) the "restartDefault" attribute
-