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

ElementTest

public interface ElementTest
Defines the test attributes interface. See the Test attributes definition .

Fields Summary
Constructors Summary
Methods Summary
public booleangetSystemAudioDesc()
The value of the systemAudioDesc attribute.

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public intgetSystemBitrate()
The systemBitrate value.

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public booleangetSystemCaptions()
The systemCaptions value.

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetSystemLanguage()
The systemLanguage value.

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public java.lang.StringgetSystemOverdubOrSubtitle()
The value of the systemOverdubOrSubtitle attribute.

exception
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public booleangetSystemRequired()
The result of the evaluation of the systemRequired attribute.

public booleangetSystemScreenDepth()
The result of the evaluation of the systemScreenDepth attribute.

public booleangetSystemScreenSize()
The result of the evaluation of the systemScreenSize attribute.

public voidsetSystemAudioDesc(boolean systemAudioDesc)

public voidsetSystemBitrate(int systemBitrate)

public voidsetSystemCaptions(boolean systemCaptions)

public voidsetSystemLanguage(java.lang.String systemLanguage)

public voidsetSystemOverdubOrSubtitle(java.lang.String systemOverdubOrSubtitle)