public class

SmilLayoutElementImpl

extends SmilElementImpl
implements SMILLayoutElement
java.lang.Object
   ↳ com.android.mms.dom.NodeImpl
     ↳ com.android.mms.dom.ElementImpl
       ↳ com.android.mms.dom.smil.SmilElementImpl
         ↳ com.android.mms.dom.smil.SmilLayoutElementImpl

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
NodeList getRegions()
Return the region elements of this document.
boolean getResolved()
true if the player can understand the mime type, false otherwise.
SMILRootLayoutElement getRootLayout()
Returns the root layout element of this document.
String getType()
The mime type of the layout langage used in this layout element.The default value of the type attribute is "text/smil-basic-layout".
[Expand]
Inherited Methods
From class com.android.mms.dom.smil.SmilElementImpl
From class com.android.mms.dom.ElementImpl
From class com.android.mms.dom.NodeImpl
From class java.lang.Object
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.events.EventTarget
From interface org.w3c.dom.smil.SMILElement
From interface org.w3c.dom.smil.SMILLayoutElement

Public Methods

public NodeList getRegions ()

Return the region elements of this document.

public boolean getResolved ()

true if the player can understand the mime type, false otherwise.

public SMILRootLayoutElement getRootLayout ()

Returns the root layout element of this document.

public String getType ()

The mime type of the layout langage used in this layout element.The default value of the type attribute is "text/smil-basic-layout".