|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Declares an element. Defines attributes: o + href, sourceLevel, destinationLevel, sourcePlaystate, destinationPlaystate, show, accessKey, tabindex, target, external, actuate Defines methods: o +
| Field Summary | |
static short |
ACTUATE_ONLOAD
|
static short |
ACTUATE_ONREQUEST
|
static short |
DESTINATIONPLAYSTATE_PAUSE
|
static short |
DESTINATIONPLAYSTATE_PLAY
|
static short |
DESTINATIONPLAYSTATE_STOP
|
static short |
SHOW_NEW
|
static short |
SHOW_PAUSE
|
static short |
SHOW_REPLACE
|
static short |
SOURCEPLAYSTATE_PAUSE
|
static short |
SOURCEPLAYSTATE_PLAY
|
static short |
SOURCEPLAYSTATE_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 |
| Fields inherited from interface org.w3c.dom.smil20.XElementBasicTime |
RESTART_ALWAYS, RESTART_NEVER, RESTART_WHEN_NOT_ACTIVE |
| Method Summary | |
java.lang.String |
getAccessKey()
See the accesskey attribute. |
short |
getActuate()
See the actuate attribute. |
java.lang.String |
getDestinationLevel()
See the destinationLevel attribute. |
short |
getDestinationPlaystate()
See the destinationPlaystate attribute. |
boolean |
getExternal()
See the external attribute. |
java.lang.String |
getHref()
See the href attribute. |
short |
getShow()
See the show attribute. |
java.lang.String |
getSourceLevel()
See the sourceLevel attribute. |
short |
getSourcePlaystate()
See the sourcePlaystate attribute. |
int |
getTabindex()
See the tabindex attribute in LinkingAttributes module. |
java.lang.String |
getTarget()
See the target attribute. |
void |
setAccessKey(java.lang.String accesskey)
|
void |
setActuate(short actuate)
|
void |
setDestinationLevel(java.lang.String destinationLevel)
|
void |
setDestinationPlaystate(short destinationPlaystate)
|
void |
setExternal(java.lang.String external)
|
void |
setHref(java.lang.String href)
|
void |
setShow(short show)
|
void |
setSourceLevel(java.lang.String sourceLevel)
|
void |
setSourcePlaystate(short sourcePlaystate)
|
void |
setTabindex(int tabindex)
|
void |
setTarget(java.lang.String target)
|
| 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 |
| Methods inherited from interface org.w3c.dom.smil20.XElementBasicTime |
activate, closedown, deactivate, destroy, freeze, getBegin, getCurrentIntervalBegin, getDur, getEnd, getMax, getMin, getRepeat, getRepeatCount, getRepeatDur, getRestart, getTimeInBodyTime, hasStarted, isActive, prefetch, setBegin, setDur, setEnd, setMax, setMin, setRepeat, setRepeatCount, setRepeatDur, setRestart, startup |
| Methods inherited from interface org.w3c.dom.smil20.ElementTimeControl |
beginElement, beginElementAt, endElement, endElementAt, pauseElement, resumeElement, seekElement |
| Field Detail |
public static final short SOURCEPLAYSTATE_PLAY
public static final short SOURCEPLAYSTATE_PAUSE
public static final short SOURCEPLAYSTATE_STOP
public static final short DESTINATIONPLAYSTATE_PLAY
public static final short DESTINATIONPLAYSTATE_PAUSE
public static final short DESTINATIONPLAYSTATE_STOP
public static final short SHOW_REPLACE
public static final short SHOW_NEW
public static final short SHOW_PAUSE
public static final short ACTUATE_ONREQUEST
public static final short ACTUATE_ONLOAD
| Method Detail |
public java.lang.String getHref()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setHref(java.lang.String href)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getSourceLevel()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setSourceLevel(java.lang.String sourceLevel)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getDestinationLevel()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setDestinationLevel(java.lang.String destinationLevel)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getSourcePlaystate()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setSourcePlaystate(short sourcePlaystate)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getDestinationPlaystate()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setDestinationPlaystate(short destinationPlaystate)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getShow()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setShow(short show)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getAccessKey()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setAccessKey(java.lang.String accesskey)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic int getTabindex()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setTabindex(int tabindex)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic java.lang.String getTarget()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setTarget(java.lang.String target)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic boolean getExternal()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setExternal(java.lang.String external)
throws org.w3c.dom.DOMException
org.w3c.dom.DOMExceptionpublic short getActuate()
org.w3c.dom.DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
public void setActuate(short actuate)
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 | ||||||||||