|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A SMIL document is the root of the SMIL Hierarchy and holds the entire content. Beside providing access to the hierarchy, it also provides some convenience methods for accessing certain sets of information from the document. Cover document timing, document locking?, linking modality and any other document level issues. Are there issues with nested SMIL files? Is it worth talking about different document scenarios, corresponding to differing profiles? E.g. Standalone SMIL, HTML integration, etc. Defines attributes: o + peers, higher, lower, pauseDisplay, abstract, author, copyright Defines methods: o +
| Field Summary | |
static short |
HIGHER_PAUSE
|
static short |
HIGHER_STOP
|
static short |
LOWER_DEFER
|
static short |
LOWER_NEVER
|
static short |
PAUSEDISPLAY_DISABLE
|
static short |
PAUSEDISPLAY_HIDE
|
static short |
PAUSEDISPLAY_SHOW
|
static short |
PEERS_DEFER
|
static short |
PEERS_NEVER
|
static short |
PEERS_PAUSE
|
static short |
PEERS_STOP
|
| 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 | |
java.lang.String |
getAbstractAttr()
See the abstract attribute from . |
java.lang.String |
getAuthor()
See the author attribute from . |
java.lang.String |
getCopyright()
See the copyright attribute from . |
short |
getHigher()
See the higher attribute. |
short |
getLower()
See the lower attribute. |
short |
getPauseDisplay()
See the pauseDisplay attribute. |
short |
getPeers()
See the peers attribute. |
void |
setAbstractAttr(java.lang.String abstractAttr)
|
void |
setAuthor(java.lang.String author)
|
void |
setCopyright(java.lang.String copyright)
|
void |
setHigher(short higher)
|
void |
setLower(short lower)
|
void |
setPauseDisplay(short pauseDisplay)
|
void |
setPeers(short peers)
|
| Methods inherited from interface org.w3c.dom.smil20.SMILElement |
destroy, getAlt, getClassName, getId, getLongdesc, getTitle, init, setAlt, setClassName, setId, setLongdesc, setTitle |
| 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 |
| Field Detail |
public static final short PAUSEDISPLAY_SHOW
public static final short PAUSEDISPLAY_HIDE
public static final short PAUSEDISPLAY_DISABLE
public static final short PEERS_STOP
public static final short PEERS_PAUSE
public static final short PEERS_DEFER
public static final short PEERS_NEVER
public static final short HIGHER_PAUSE
public static final short HIGHER_STOP
public static final short LOWER_DEFER
public static final short LOWER_NEVER
| Method Detail |
public java.lang.String getAbstractAttr()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setAbstractAttr(java.lang.String abstractAttr)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getAuthor()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setAuthor(java.lang.String author)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getCopyright()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setCopyright(java.lang.String copyright)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getPauseDisplay()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setPauseDisplay(short pauseDisplay)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getPeers()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setPeers(short peers)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getHigher()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setHigher(short higher)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getLower()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setLower(short lower)
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 | ||||||||||