public interface

SMILSwitchElement

implements SMILElement
org.w3c.dom.smil.SMILSwitchElement

Class Overview

Defines a block of content control. See the switch element definition .

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract Element getSelectedElement()
Returns the slected element at runtime.
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.smil.SMILElement

Public Methods

public abstract 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.