FileDocCategorySizeDatePackage
SMILElement.javaAPI DocAndroid 1.5 API1591Wed May 06 22:42:46 BST 2009org.w3c.dom.smil

SMILElement

public interface SMILElement implements Element
The SMILElement interface is the base for all SMIL element types. It follows the model of the HTMLElement in the HTML DOM, extending the base Element class to denote SMIL-specific elements.

Note that the SMILElement interface overlaps with the HTMLElement interface. In practice, an integrated document profile that include HTML and SMIL modules will effectively implement both interfaces (see also the DOM documentation discussion of Inheritance vs Flattened Views of the API ). // etc. This needs attention

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetId()
The unique id.

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public voidsetId(java.lang.String id)