public interface

ElementExclusiveTimeContainer

implements ElementTimeContainer
org.w3c.dom.smil.ElementExclusiveTimeContainer

Class Overview

This interface defines a time container with semantics based upon par, but with the additional constraint that only one child element may play at a time.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.smil.ElementTime
Public Methods
abstract String getEndSync()
Controls the end of the container.
abstract NodeList getPausedElements()
This should support another method to get the ordered collection of paused elements (the paused stack) at a given point in time.
abstract void setEndSync(String endSync)
[Expand]
Inherited Methods
From interface org.w3c.dom.smil.ElementTime
From interface org.w3c.dom.smil.ElementTimeContainer

Public Methods

public abstract String getEndSync ()

Controls the end of the container. Need to address thr id-ref value.

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract NodeList getPausedElements ()

This should support another method to get the ordered collection of paused elements (the paused stack) at a given point in time.

Returns
  • All paused elements at the current time.

public abstract void setEndSync (String endSync)

Throws
DOMException