Package org.loboevolution.html.dom.smil
Interface SMILMediaElement
- All Superinterfaces:
Element
,ElementTime
,EventTarget
,InnerHTML
,Node
,NonDocumentTypeChildNode
,ParentNode
,SMILElement
- All Known Subinterfaces:
SMILRefElement
Declares media content.
-
Field Summary
Fields inherited from interface org.loboevolution.html.dom.smil.ElementTime
FILL_FREEZE, FILL_REMOVE, RESTART_ALWAYS, RESTART_NEVER, RESTART_WHEN_NOT_ACTIVE
Fields inherited from interface org.loboevolution.html.node.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NONE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
Method Summary
Modifier and TypeMethodDescriptionSee the abstract attribute from .getAlt()
See the alt attribute from .See the author attribute from .See the clipBegin attribute from .See the clipEnd attribute from .See the copyright attribute from .See the longdesc attribute from .getPort()
See the port attribute from .See the readIndex attribute from .See the rtpformat attribute from .getSrc()
See the src attribute from .See the stripRepeat attribute from .getTitle()
See the title attribute from .See the transport attribute from .getType()
See the type attribute from .void
setAbstractAttr
(String abstractAttr) setAbstractAttr.void
setAlt.void
setAuthor.void
setClipBegin
(String clipBegin) setClipBegin.void
setClipEnd
(String clipEnd) setClipEnd.void
setCopyright
(String copyright) setCopyright.void
setLongdesc
(String longdesc) setLongdesc.void
setPort.void
setReadIndex
(String readIndex) setReadIndex.void
setRtpformat
(String rtpformat) setRtpformat.void
setSrc.void
setStripRepeat
(String stripRepeat) setStripRepeat.void
setTitle.void
setTransport
(String transport) setTransport.void
setType.Methods inherited from interface org.loboevolution.html.node.Element
closest, getAttribute, getAttributeNames, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBoundingClientRect, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getInnerHTML, getInnerText, getLocalName, getNamespaceURI, getOuterHTML, getPrefix, getSchemaTypeInfo, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSlot, getTagName, hasAttribute, hasAttributeNS, hasPointerCapture, insertAdjacentElement, insertAdjacentHTML, matches, releasePointerCapture, removeAttribute, removeAttributeNode, removeAttributeNS, requestPointerLock, scroll, scrollBy, scrollIntoView, scrollIntoView, scrollTo, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOuterHTML, setPointerCapture, setScrollLeft, setScrollTop, setSlot, toggleAttribute, toggleAttribute
Methods inherited from interface org.loboevolution.html.dom.smil.ElementTime
beginElement, endElement, getBegin, getDur, getEnd, getFill, getRepeatCount, getRepeatDur, getRestart, pauseElement, resumeElement, seekElement, setBegin, setDur, setEnd, setFill, setRepeatCount, setRepeatDur, setRestart
Methods inherited from interface org.loboevolution.events.EventTarget
addEventListener, addEventListener, dispatchEvent, dispatchEvent, removeEventListener, removeEventListener
Methods inherited from interface org.loboevolution.html.node.InnerHTML
setInnerHTML
Methods inherited from interface org.loboevolution.html.node.Node
appendChild, cloneNode, cloneNode, compareDocumentPosition, contains, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRootNode, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isIsConnected, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, prepend, prependChild, removeChild, replaceChild, setNodeValue, setOwnerDocument, setPrefix, setTextContent, setUserData
Methods inherited from interface org.loboevolution.html.node.NonDocumentTypeChildNode
getNextElementSibling, getPreviousElementSibling
Methods inherited from interface org.loboevolution.html.node.ParentNode
getChildElementCount, getChildren, getFirstElementChild, getLastElementChild, querySelector, querySelectorAll
Methods inherited from interface org.loboevolution.html.dom.smil.SMILElement
getId, setId
-
Method Details
-
getAbstractAttr
String getAbstractAttr()See the abstract attribute from .- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setAbstractAttr
setAbstractAttr.
- Parameters:
abstractAttr
- aString
object.- Throws:
DOMException
- if any.
-
getAlt
String getAlt()See the alt attribute from .- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setAlt
setAlt.
- Parameters:
alt
- aString
object.- Throws:
DOMException
- if any.
-
getAuthor
String getAuthor()See the author attribute from .- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setAuthor
setAuthor.
- Parameters:
author
- aString
object.- Throws:
DOMException
- if any.
-
getClipBegin
String getClipBegin()See the clipBegin attribute from .- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setClipBegin
setClipBegin.
- Parameters:
clipBegin
- aString
object.- Throws:
DOMException
- if any.
-
getClipEnd
String getClipEnd()See the clipEnd attribute from .- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setClipEnd
setClipEnd.
- Parameters:
clipEnd
- aString
object.- Throws:
DOMException
- if any.
-
getCopyright
String getCopyright()See the copyright attribute from .- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setCopyright
setCopyright.
- Parameters:
copyright
- aString
object.- Throws:
DOMException
- if any.
-
getLongdesc
String getLongdesc()See the longdesc attribute from .- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setLongdesc
setLongdesc.
- Parameters:
longdesc
- aString
object.- Throws:
DOMException
- if any.
-
getPort
String getPort()See the port attribute from .- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setPort
setPort.
- Parameters:
port
- aString
object.- Throws:
DOMException
- if any.
-
getReadIndex
String getReadIndex()See the readIndex attribute from .- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setReadIndex
setReadIndex.
- Parameters:
readIndex
- aString
object.- Throws:
DOMException
- if any.
-
getRtpformat
String getRtpformat()See the rtpformat attribute from .- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setRtpformat
setRtpformat.
- Parameters:
rtpformat
- aString
object.- Throws:
DOMException
- if any.
-
getSrc
String getSrc()See the src attribute from .- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setSrc
setSrc.
- Parameters:
src
- aString
object.- Throws:
DOMException
- if any.
-
getStripRepeat
String getStripRepeat()See the stripRepeat attribute from .- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setStripRepeat
setStripRepeat.
- Parameters:
stripRepeat
- aString
object.- Throws:
DOMException
- if any.
-
getTitle
String getTitle()See the title attribute from .- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setTitle
setTitle.
- Parameters:
title
- aString
object.- Throws:
DOMException
- if any.
-
getTransport
String getTransport()See the transport attribute from .- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setTransport
setTransport.
- Parameters:
transport
- aString
object.- Throws:
DOMException
- if any.
-
getType
String getType()See the type attribute from .- Returns:
- a
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setType
setType.
- Parameters:
type
- aString
object.- Throws:
DOMException
- if any.
-