Uses of Interface
org.w3.x2001.smil20.SetPrototype
-
Packages that use SetPrototype Package Description org.w3.x2001.smil20 org.w3.x2001.smil20.impl org.w3.x2001.smil20.language org.w3.x2001.smil20.language.impl -
-
Uses of SetPrototype in org.w3.x2001.smil20
Methods in org.w3.x2001.smil20 that return SetPrototype Modifier and Type Method Description static SetPrototypeSetPrototype.Factory. newInstance()static SetPrototypeSetPrototype.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SetPrototypeSetPrototype.Factory. parse(File file)static SetPrototypeSetPrototype.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SetPrototypeSetPrototype.Factory. parse(InputStream is)static SetPrototypeSetPrototype.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SetPrototypeSetPrototype.Factory. parse(Reader r)static SetPrototypeSetPrototype.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SetPrototypeSetPrototype.Factory. parse(String xmlAsString)static SetPrototypeSetPrototype.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SetPrototypeSetPrototype.Factory. parse(URL u)static SetPrototypeSetPrototype.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SetPrototypeSetPrototype.Factory. parse(XMLStreamReader sr)static SetPrototypeSetPrototype.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SetPrototypeSetPrototype.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SetPrototypeSetPrototype.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SetPrototypeSetPrototype.Factory. parse(Node node)static SetPrototypeSetPrototype.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of SetPrototype in org.w3.x2001.smil20.impl
Classes in org.w3.x2001.smil20.impl that implement SetPrototype Modifier and Type Class Description classSetPrototypeImplAn XML setPrototype(@http://www.w3.org/2001/SMIL20/). -
Uses of SetPrototype in org.w3.x2001.smil20.language
Subinterfaces of SetPrototype in org.w3.x2001.smil20.language Modifier and Type Interface Description interfaceSetTypeAn XML setType(@http://www.w3.org/2001/SMIL20/Language). -
Uses of SetPrototype in org.w3.x2001.smil20.language.impl
Classes in org.w3.x2001.smil20.language.impl that implement SetPrototype Modifier and Type Class Description classSetTypeImplAn XML setType(@http://www.w3.org/2001/SMIL20/Language).
-