Public Methods |
boolean
|
beginElement()
Causes this element to begin the local timeline (subject to sync
constraints).
|
boolean
|
endElement()
Causes this element to end the local timeline (subject to sync
constraints).
|
NodeList
|
getActiveChildrenAt(float instant)
Returns a list of child elements active at the specified invocation.
|
TimeList
|
getBegin()
The desired value (as a list of times) of the begin instant of this
node.
|
float
|
getDur()
The desired simple duration value of this node in seconds.
|
TimeList
|
getEnd()
The list of active ends for this node.
|
String
|
getEndSync()
Controls the end of the container.
|
short
|
getFill()
A code representing the value of the fill attribute, as defined
above.
|
short
|
getFillDefault()
|
float
|
getImplicitDuration()
This method returns the implicit duration in seconds.
|
float
|
getRepeatCount()
The repeatCount attribute causes the element to play repeatedly
(loop) for the specified number of times.
|
float
|
getRepeatDur()
The repeatDur causes the element to play repeatedly (loop) for the
specified duration in milliseconds.
|
short
|
getRestart()
A code representing the value of the restart attribute, as defined
above.
|
NodeList
|
getTimeChildren()
A NodeList that contains all timed childrens of this node.
|
void
|
pauseElement()
Causes this element to pause the local timeline (subject to sync
constraints).
|
void
|
resumeElement()
Causes this element to resume a paused local timeline.
|
void
|
seekElement(float seekTo)
Seeks this element to the specified point on the local timeline
(subject to sync constraints).
|
void
|
setBegin(TimeList begin)
|
void
|
setDur(float dur)
|
void
|
setEnd(TimeList end)
|
void
|
setEndSync(String endSync)
|
void
|
setFill(short fill)
|
void
|
setFillDefault(short fillDefault)
|
void
|
setRepeatCount(float repeatCount)
|
void
|
setRepeatDur(float repeatDur)
|
void
|
setRestart(short restart)
|
[Expand]
Inherited Methods |
From class
com.android.mms.dom.smil.SmilElementImpl
|
From class
com.android.mms.dom.ElementImpl
String
|
getAttribute(String name)
|
String
|
getAttributeNS(String namespaceURI, String localName)
|
Attr
|
getAttributeNode(String name)
|
Attr
|
getAttributeNodeNS(String namespaceURI, String localName)
|
NamedNodeMap
|
getAttributes()
|
NodeList
|
getElementsByTagName(String name)
|
NodeList
|
getElementsByTagNameNS(String namespaceURI, String localName)
|
String
|
getNodeName()
|
short
|
getNodeType()
|
TypeInfo
|
getSchemaTypeInfo()
|
String
|
getTagName()
|
boolean
|
hasAttribute(String name)
|
boolean
|
hasAttributeNS(String namespaceURI, String localName)
|
boolean
|
hasAttributes()
|
void
|
removeAttribute(String name)
|
void
|
removeAttributeNS(String namespaceURI, String localName)
|
Attr
|
removeAttributeNode(Attr oldAttr)
|
void
|
setAttribute(String name, String value)
|
void
|
setAttributeNS(String namespaceURI, String qualifiedName, String value)
|
Attr
|
setAttributeNode(Attr newAttr)
|
Attr
|
setAttributeNodeNS(Attr newAttr)
|
void
|
setIdAttribute(String name, boolean isId)
|
void
|
setIdAttributeNS(String namespaceURI, String localName, boolean isId)
|
void
|
setIdAttributeNode(Attr idAttr, boolean isId)
|
|
From class
com.android.mms.dom.NodeImpl
void
|
addEventListener(String type, EventListener listener, boolean useCapture)
This method allows the registration of event listeners on the event
target.
|
Node
|
appendChild(Node newChild)
|
Node
|
cloneNode(boolean deep)
|
short
|
compareDocumentPosition(Node other)
|
boolean
|
dispatchEvent(Event evt)
This method allows the dispatch of events into the implementations
event model.
|
NamedNodeMap
|
getAttributes()
|
String
|
getBaseURI()
|
NodeList
|
getChildNodes()
|
Object
|
getFeature(String feature, String version)
|
Node
|
getFirstChild()
|
Node
|
getLastChild()
|
String
|
getLocalName()
|
String
|
getNamespaceURI()
|
Node
|
getNextSibling()
|
abstract
String
|
getNodeName()
|
abstract
short
|
getNodeType()
|
String
|
getNodeValue()
|
Document
|
getOwnerDocument()
|
Node
|
getParentNode()
|
String
|
getPrefix()
|
Node
|
getPreviousSibling()
|
String
|
getTextContent()
|
Object
|
getUserData(String key)
|
boolean
|
hasAttributes()
|
boolean
|
hasChildNodes()
|
Node
|
insertBefore(Node newChild, Node refChild)
|
boolean
|
isDefaultNamespace(String namespaceURI)
|
boolean
|
isEqualNode(Node arg)
|
boolean
|
isSameNode(Node other)
|
boolean
|
isSupported(String feature, String version)
|
String
|
lookupNamespaceURI(String prefix)
|
String
|
lookupPrefix(String namespaceURI)
|
void
|
normalize()
|
Node
|
removeChild(Node oldChild)
|
void
|
removeEventListener(String type, EventListener listener, boolean useCapture)
This method allows the removal of event listeners from the event
target.
|
Node
|
replaceChild(Node newChild, Node oldChild)
|
void
|
setNodeValue(String nodeValue)
|
void
|
setPrefix(String prefix)
|
void
|
setTextContent(String textContent)
|
Object
|
setUserData(String key, Object data, UserDataHandler handler)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
org.w3c.dom.Element
abstract
String
|
getAttribute(String arg0)
|
abstract
String
|
getAttributeNS(String arg0, String arg1)
|
abstract
Attr
|
getAttributeNode(String arg0)
|
abstract
Attr
|
getAttributeNodeNS(String arg0, String arg1)
|
abstract
NodeList
|
getElementsByTagName(String arg0)
|
abstract
NodeList
|
getElementsByTagNameNS(String arg0, String arg1)
|
abstract
TypeInfo
|
getSchemaTypeInfo()
|
abstract
String
|
getTagName()
|
abstract
boolean
|
hasAttribute(String arg0)
|
abstract
boolean
|
hasAttributeNS(String arg0, String arg1)
|
abstract
void
|
removeAttribute(String arg0)
|
abstract
void
|
removeAttributeNS(String arg0, String arg1)
|
abstract
Attr
|
removeAttributeNode(Attr arg0)
|
abstract
void
|
setAttribute(String arg0, String arg1)
|
abstract
void
|
setAttributeNS(String arg0, String arg1, String arg2)
|
abstract
Attr
|
setAttributeNode(Attr arg0)
|
abstract
Attr
|
setAttributeNodeNS(Attr arg0)
|
abstract
void
|
setIdAttribute(String arg0, boolean arg1)
|
abstract
void
|
setIdAttributeNS(String arg0, String arg1, boolean arg2)
|
abstract
void
|
setIdAttributeNode(Attr arg0, boolean arg1)
|
|
From interface
org.w3c.dom.Node
abstract
Node
|
appendChild(Node arg0)
|
abstract
Node
|
cloneNode(boolean arg0)
|
abstract
short
|
compareDocumentPosition(Node arg0)
|
abstract
NamedNodeMap
|
getAttributes()
|
abstract
String
|
getBaseURI()
|
abstract
NodeList
|
getChildNodes()
|
abstract
Object
|
getFeature(String arg0, String arg1)
|
abstract
Node
|
getFirstChild()
|
abstract
Node
|
getLastChild()
|
abstract
String
|
getLocalName()
|
abstract
String
|
getNamespaceURI()
|
abstract
Node
|
getNextSibling()
|
abstract
String
|
getNodeName()
|
abstract
short
|
getNodeType()
|
abstract
String
|
getNodeValue()
|
abstract
Document
|
getOwnerDocument()
|
abstract
Node
|
getParentNode()
|
abstract
String
|
getPrefix()
|
abstract
Node
|
getPreviousSibling()
|
abstract
String
|
getTextContent()
|
abstract
Object
|
getUserData(String arg0)
|
abstract
boolean
|
hasAttributes()
|
abstract
boolean
|
hasChildNodes()
|
abstract
Node
|
insertBefore(Node arg0, Node arg1)
|
abstract
boolean
|
isDefaultNamespace(String arg0)
|
abstract
boolean
|
isEqualNode(Node arg0)
|
abstract
boolean
|
isSameNode(Node arg0)
|
abstract
boolean
|
isSupported(String arg0, String arg1)
|
abstract
String
|
lookupNamespaceURI(String arg0)
|
abstract
String
|
lookupPrefix(String arg0)
|
abstract
void
|
normalize()
|
abstract
Node
|
removeChild(Node arg0)
|
abstract
Node
|
replaceChild(Node arg0, Node arg1)
|
abstract
void
|
setNodeValue(String arg0)
|
abstract
void
|
setPrefix(String arg0)
|
abstract
void
|
setTextContent(String arg0)
|
abstract
Object
|
setUserData(String arg0, Object arg1, UserDataHandler arg2)
|
|
From interface
org.w3c.dom.events.EventTarget
|
From interface
org.w3c.dom.smil.ElementParallelTimeContainer
|
From interface
org.w3c.dom.smil.ElementTime
abstract
boolean
|
beginElement()
Causes this element to begin the local timeline (subject to sync
constraints).
|
abstract
boolean
|
endElement()
Causes this element to end the local timeline (subject to sync
constraints).
|
abstract
TimeList
|
getBegin()
The desired value (as a list of times) of the begin instant of this
node.
|
abstract
float
|
getDur()
The desired simple duration value of this node in seconds.
|
abstract
TimeList
|
getEnd()
The list of active ends for this node.
|
abstract
short
|
getFill()
A code representing the value of the fill attribute, as defined
above.
|
abstract
short
|
getFillDefault()
|
abstract
float
|
getRepeatCount()
The repeatCount attribute causes the element to play repeatedly
(loop) for the specified number of times.
|
abstract
float
|
getRepeatDur()
The repeatDur causes the element to play repeatedly (loop) for the
specified duration in milliseconds.
|
abstract
short
|
getRestart()
A code representing the value of the restart attribute, as defined
above.
|
abstract
void
|
pauseElement()
Causes this element to pause the local timeline (subject to sync
constraints).
|
abstract
void
|
resumeElement()
Causes this element to resume a paused local timeline.
|
abstract
void
|
seekElement(float seekTo)
Seeks this element to the specified point on the local timeline
(subject to sync constraints).
|
abstract
void
|
setBegin(TimeList begin)
|
abstract
void
|
setDur(float dur)
|
abstract
void
|
setEnd(TimeList end)
|
abstract
void
|
setFill(short fill)
|
abstract
void
|
setFillDefault(short fillDefault)
|
abstract
void
|
setRepeatCount(float repeatCount)
|
abstract
void
|
setRepeatDur(float repeatDur)
|
abstract
void
|
setRestart(short restart)
|
|
From interface
org.w3c.dom.smil.ElementTimeContainer
|
From interface
org.w3c.dom.smil.SMILElement
|