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

SMILSwitchElement

public interface SMILSwitchElement implements SMILElement
Defines a block of content control. See the switch element definition .

Fields Summary
Constructors Summary
Methods Summary
public org.w3c.dom.ElementgetSelectedElement()
Returns the slected element at runtime. null if the selected element is not yet available.

return
The selected Element for thisd switch element.