|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
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
Defines attributes:
o id
+ class, title, alt, longdesc, xml:base, xml:lang
Defines methods:
o
+
| Field Summary |
| Fields inherited from interface org.w3c.dom.Node |
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
| Method Summary | |
void |
destroy()
|
java.lang.String |
getAlt()
The alt text attribute. |
java.lang.String |
getClassName()
The class attribute. |
java.lang.String |
getId()
The unique id. |
java.lang.String |
getLongdesc()
The longdesc attribute. |
java.lang.String |
getTitle()
The title attribute. |
void |
init()
|
void |
setAlt(java.lang.String alt)
|
void |
setClassName(java.lang.String cl)
|
void |
setId(java.lang.String id)
|
void |
setLongdesc(java.lang.String longdesc)
|
void |
setTitle(java.lang.String title)
|
| Methods inherited from interface org.w3c.dom.Element |
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, hasAttributes, hasChildNodes, insertBefore, isSupported, normalize, removeChild, replaceChild, setNodeValue, setPrefix |
| Method Detail |
public void init()
public void destroy()
public java.lang.String getId()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setId(java.lang.String id)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getClassName()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setClassName(java.lang.String cl)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getTitle()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setTitle(java.lang.String title)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getAlt()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setAlt(java.lang.String alt)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getLongdesc()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setLongdesc(java.lang.String longdesc)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||