Uses of Interface
org.w3._2001.smil20.language.DocumentRoot
-
Packages that use DocumentRoot Package Description org.w3._2001.smil20.language org.w3._2001.smil20.language.impl org.w3._2001.smil20.language.util -
-
Uses of DocumentRoot in org.w3._2001.smil20.language
Methods in org.w3._2001.smil20.language that return DocumentRoot Modifier and Type Method Description DocumentRoot
LanguageFactory. createDocumentRoot()
Returns a new object of class 'Document Root'. -
Uses of DocumentRoot in org.w3._2001.smil20.language.impl
Classes in org.w3._2001.smil20.language.impl that implement DocumentRoot Modifier and Type Class Description class
DocumentRootImpl
An implementation of the model object 'Document Root'.Methods in org.w3._2001.smil20.language.impl that return DocumentRoot Modifier and Type Method Description DocumentRoot
LanguageFactoryImpl. createDocumentRoot()
-
Uses of DocumentRoot in org.w3._2001.smil20.language.util
Methods in org.w3._2001.smil20.language.util with parameters of type DocumentRoot Modifier and Type Method Description T
LanguageSwitch. caseDocumentRoot(DocumentRoot object)
Returns the result of interpreting the object as an instance of 'Document Root'.
-