public interface

ElementTimeContainer

implements ElementTime
org.w3c.dom.smil.ElementTimeContainer
Known Indirect Subclasses

Class Overview

This is a placeholder - subject to change. This represents generic timelines.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.smil.ElementTime
Public Methods
abstract NodeList getActiveChildrenAt(float instant)
Returns a list of child elements active at the specified invocation.
abstract NodeList getTimeChildren()
A NodeList that contains all timed childrens of this node.
[Expand]
Inherited Methods
From interface org.w3c.dom.smil.ElementTime

Public Methods

public abstract NodeList getActiveChildrenAt (float instant)

Returns a list of child elements active at the specified invocation.

Parameters
instant The desired position on the local timeline in milliseconds.
Returns
  • List of timed child-elements active at instant.

public abstract NodeList getTimeChildren ()

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.