Package org.loboevolution.html.dom.smil
Interface SMILMediaElement
- All Superinterfaces:
Element,ElementTime,EventTarget,InnerHTML,ModelNode,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_ACTIVEFields 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 .voidsetAbstractAttr(String abstractAttr) setAbstractAttr.voidsetAlt.voidsetAuthor.voidsetClipBegin(String clipBegin) setClipBegin.voidsetClipEnd(String clipEnd) setClipEnd.voidsetCopyright(String copyright) setCopyright.voidsetLongdesc(String longdesc) setLongdesc.voidsetPort.voidsetReadIndex(String readIndex) setReadIndex.voidsetRtpformat(String rtpformat) setRtpformat.voidsetSrc.voidsetStripRepeat(String stripRepeat) setStripRepeat.voidsetTitle.voidsetTransport(String transport) setTransport.voidsetType.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, toggleAttributeMethods 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, setRestartMethods inherited from interface org.loboevolution.events.EventTarget
addEventListener, addEventListener, dispatchEvent, dispatchEvent, removeEventListener, removeEventListenerMethods inherited from interface org.loboevolution.html.node.InnerHTML
setInnerHTMLMethods inherited from interface org.loboevolution.html.node.ModelNode
getDocumentItem, getFullURL, getParentModelNode, getRenderState, isEqualOrDescendentOf, setDocumentItem, warnMethods inherited from interface org.loboevolution.html.node.Node
appendChild, appendChildrenToCollectionImpl, cloneNode, cloneNode, compareDocumentPosition, contains, extractDescendentsArrayImpl, findUINode, forgetRenderState, getAttributes, getBaseURI, getChildNodes, getDocumentNode, getFeature, getFirstChild, getLastChild, getNextSibling, getNextTo, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getPreviousTo, getRootNode, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isIsConnected, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, prepend, prependChild, removeChild, replaceChild, setNamespaceURI, setNodeValue, setOwnerDocument, setOwnerDocument, setParentImpl, setPrefix, setTextContent, setUserData, visitMethods inherited from interface org.loboevolution.html.node.NonDocumentTypeChildNode
getNextElementSibling, getPreviousElementSiblingMethods inherited from interface org.loboevolution.html.node.ParentNode
getChildElementCount, getChildren, getFirstElementChild, getLastElementChild, querySelector, querySelectorAllMethods inherited from interface org.loboevolution.html.dom.smil.SMILElement
getId, setId
-
Method Details
-
getAbstractAttr
String getAbstractAttr()See the abstract attribute from .- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setAbstractAttr
setAbstractAttr.
- Parameters:
abstractAttr- aStringobject.- Throws:
DOMException- if any.
-
getAlt
String getAlt()See the alt attribute from .- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setAlt
setAlt.
- Parameters:
alt- aStringobject.- Throws:
DOMException- if any.
-
getAuthor
String getAuthor()See the author attribute from .- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setAuthor
setAuthor.
- Parameters:
author- aStringobject.- Throws:
DOMException- if any.
-
getClipBegin
String getClipBegin()See the clipBegin attribute from .- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setClipBegin
setClipBegin.
- Parameters:
clipBegin- aStringobject.- Throws:
DOMException- if any.
-
getClipEnd
String getClipEnd()See the clipEnd attribute from .- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setClipEnd
setClipEnd.
- Parameters:
clipEnd- aStringobject.- Throws:
DOMException- if any.
-
getCopyright
String getCopyright()See the copyright attribute from .- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setCopyright
setCopyright.
- Parameters:
copyright- aStringobject.- Throws:
DOMException- if any.
-
getLongdesc
String getLongdesc()See the longdesc attribute from .- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setLongdesc
setLongdesc.
- Parameters:
longdesc- aStringobject.- Throws:
DOMException- if any.
-
getPort
String getPort()See the port attribute from .- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setPort
setPort.
- Parameters:
port- aStringobject.- Throws:
DOMException- if any.
-
getReadIndex
String getReadIndex()See the readIndex attribute from .- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setReadIndex
setReadIndex.
- Parameters:
readIndex- aStringobject.- Throws:
DOMException- if any.
-
getRtpformat
String getRtpformat()See the rtpformat attribute from .- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setRtpformat
setRtpformat.
- Parameters:
rtpformat- aStringobject.- Throws:
DOMException- if any.
-
getSrc
String getSrc()See the src attribute from .- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setSrc
setSrc.
- Parameters:
src- aStringobject.- Throws:
DOMException- if any.
-
getStripRepeat
String getStripRepeat()See the stripRepeat attribute from .- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setStripRepeat
setStripRepeat.
- Parameters:
stripRepeat- aStringobject.- Throws:
DOMException- if any.
-
getTitle
String getTitle()See the title attribute from .- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setTitle
setTitle.
- Parameters:
title- aStringobject.- Throws:
DOMException- if any.
-
getTransport
String getTransport()See the transport attribute from .- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setTransport
setTransport.
- Parameters:
transport- aStringobject.- Throws:
DOMException- if any.
-
getType
String getType()See the type attribute from .- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setType
setType.
- Parameters:
type- aStringobject.- Throws:
DOMException- if any.
-