public interface

SMILMediaElement

implements ElementTime SMILElement
org.w3c.dom.smil.SMILMediaElement
Known Indirect Subclasses

Class Overview

Declares media content.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
From interface org.w3c.dom.smil.ElementTime
Public Methods
abstract String getAbstractAttr()
See the abstract attribute from .
abstract String getAlt()
See the alt attribute from .
abstract String getAuthor()
See the author attribute from .
abstract String getClipBegin()
See the clipBegin attribute from .
abstract String getClipEnd()
See the clipEnd attribute from .
abstract String getCopyright()
See the copyright attribute from .
abstract String getLongdesc()
See the longdesc attribute from .
abstract String getPort()
See the port attribute from .
abstract String getReadIndex()
See the readIndex attribute from .
abstract String getRtpformat()
See the rtpformat attribute from .
abstract String getSrc()
See the src attribute from .
abstract String getStripRepeat()
See the stripRepeat attribute from .
abstract String getTitle()
See the title attribute from .
abstract String getTransport()
See the transport attribute from .
abstract String getType()
See the type attribute from .
abstract void setAbstractAttr(String abstractAttr)
abstract void setAlt(String alt)
abstract void setAuthor(String author)
abstract void setClipBegin(String clipBegin)
abstract void setClipEnd(String clipEnd)
abstract void setCopyright(String copyright)
abstract void setLongdesc(String longdesc)
abstract void setPort(String port)
abstract void setReadIndex(String readIndex)
abstract void setRtpformat(String rtpformat)
abstract void setSrc(String src)
abstract void setStripRepeat(String stripRepeat)
abstract void setTitle(String title)
abstract void setTransport(String transport)
abstract void setType(String type)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.smil.ElementTime
From interface org.w3c.dom.smil.SMILElement

Public Methods

public abstract String getAbstractAttr ()

See the abstract attribute from .

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getAlt ()

See the alt attribute from .

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getAuthor ()

See the author attribute from .

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getClipBegin ()

See the clipBegin attribute from .

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getClipEnd ()

See the clipEnd attribute from .

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getCopyright ()

See the copyright attribute from .

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getLongdesc ()

See the longdesc attribute from .

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getPort ()

See the port attribute from .

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getReadIndex ()

See the readIndex attribute from .

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getRtpformat ()

See the rtpformat attribute from .

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getSrc ()

See the src attribute from .

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getStripRepeat ()

See the stripRepeat attribute from .

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getTitle ()

See the title attribute from .

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getTransport ()

See the transport attribute from .

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getType ()

See the type attribute from .

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract void setAbstractAttr (String abstractAttr)

Throws
DOMException

public abstract void setAlt (String alt)

Throws
DOMException

public abstract void setAuthor (String author)

Throws
DOMException

public abstract void setClipBegin (String clipBegin)

Throws
DOMException

public abstract void setClipEnd (String clipEnd)

Throws
DOMException

public abstract void setCopyright (String copyright)

Throws
DOMException

public abstract void setLongdesc (String longdesc)

Throws
DOMException

public abstract void setPort (String port)

Throws
DOMException

public abstract void setReadIndex (String readIndex)

Throws
DOMException

public abstract void setRtpformat (String rtpformat)

Throws
DOMException

public abstract void setSrc (String src)

Throws
DOMException

public abstract void setStripRepeat (String stripRepeat)

Throws
DOMException

public abstract void setTitle (String title)

Throws
DOMException

public abstract void setTransport (String transport)

Throws
DOMException

public abstract void setType (String type)

Throws
DOMException