Interface ElementExclusiveTimeContainer

All Superinterfaces:
ElementTime, ElementTimeContainer

public interface ElementExclusiveTimeContainer extends 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.
  • Method Details

    • getEndSync

      String getEndSync()
      Controls the end of the container. Need to address thr id-ref value.
      Returns:
      a String object.
      Throws:
      DOMException - NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
    • setEndSync

      void setEndSync(String endSync) throws DOMException

      setEndSync.

      Parameters:
      endSync - a String object.
      Throws:
      DOMException - if any.
    • getPausedElements

      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.