Interface SMILSwitchElement

All Superinterfaces:
Element, EventTarget, InnerHTML, Node, NonDocumentTypeChildNode, ParentNode, SMILElement

public interface SMILSwitchElement extends SMILElement
Defines a block of content control. See the switch element definition .
  • Method Details

    • getSelectedElement

      Element getSelectedElement()
      Returns the slected element at runtime. null if the selected element is not yet available.
      Returns:
      The selected Element for thisd switch element.