FileDocCategorySizeDatePackage
ElementTimeContainer.javaAPI DocAndroid 1.5 API1398Wed May 06 22:42:46 BST 2009org.w3c.dom.smil

ElementTimeContainer

public interface ElementTimeContainer implements ElementTime
This is a placeholder - subject to change. This represents generic timelines.

Fields Summary
Constructors Summary
Methods Summary
public org.w3c.dom.NodeListgetActiveChildrenAt(float instant)
Returns a list of child elements active at the specified invocation.

param
instant The desired position on the local timeline in milliseconds.
return
List of timed child-elements active at instant.

public org.w3c.dom.NodeListgetTimeChildren()
A NodeList that contains all timed childrens of this node. If there are no timed children, the Nodelist is empty. An iterator is more appropriate here than a node list but it requires Traversal module support.