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

ElementExclusiveTimeContainer

public interface ElementExclusiveTimeContainer implements ElementTimeContainer
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.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetEndSync()
Controls the end of the container. Need to address thr id-ref value.

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

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

return
All paused elements at the current time.

public voidsetEndSync(java.lang.String endSync)