Package org.loboevolution.html.dom.smil
Interface ElementTest
public interface ElementTest
Defines the test attributes interface. See the Test attributes definition .
-
Method Summary
Modifier and TypeMethodDescriptionbooleanThe value of the systemAudioDesc attribute.intThe systemBitrate value.booleanThe systemCaptions value.The systemLanguage value.The value of the systemOverdubOrSubtitle attribute.booleanThe result of the evaluation of the systemRequired attribute.booleanThe result of the evaluation of the systemScreenDepth attribute.booleanThe result of the evaluation of the systemScreenSize attribute.voidsetSystemAudioDesc(boolean systemAudioDesc) setSystemAudioDesc.voidsetSystemBitrate(int systemBitrate) setSystemBitrate.voidsetSystemCaptions(boolean systemCaptions) setSystemCaptions.voidsetSystemLanguage(String systemLanguage) setSystemLanguage.voidsetSystemOverdubOrSubtitle(String systemOverdubOrSubtitle) setSystemOverdubOrSubtitle.
-
Method Details
-
getSystemBitrate
int getSystemBitrate()The systemBitrate value.- Returns:
- a
Integerobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setSystemBitrate
setSystemBitrate.
- Parameters:
systemBitrate- aIntegerobject.- Throws:
DOMException- if any.
-
getSystemCaptions
boolean getSystemCaptions()The systemCaptions value.- Returns:
- a boolean.
- Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setSystemCaptions
setSystemCaptions.
- Parameters:
systemCaptions- a boolean.- Throws:
DOMException- if any.
-
getSystemLanguage
String getSystemLanguage()The systemLanguage value.- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setSystemLanguage
setSystemLanguage.
- Parameters:
systemLanguage- aStringobject.- Throws:
DOMException- if any.
-
getSystemRequired
boolean getSystemRequired()The result of the evaluation of the systemRequired attribute.- Returns:
- a boolean.
-
getSystemScreenSize
boolean getSystemScreenSize()The result of the evaluation of the systemScreenSize attribute.- Returns:
- a boolean.
-
getSystemScreenDepth
boolean getSystemScreenDepth()The result of the evaluation of the systemScreenDepth attribute.- Returns:
- a boolean.
-
getSystemOverdubOrSubtitle
String getSystemOverdubOrSubtitle()The value of the systemOverdubOrSubtitle attribute.- Returns:
- a
Stringobject. - Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setSystemOverdubOrSubtitle
setSystemOverdubOrSubtitle.
- Parameters:
systemOverdubOrSubtitle- aStringobject.- Throws:
DOMException- if any.
-
getSystemAudioDesc
boolean getSystemAudioDesc()The value of the systemAudioDesc attribute.- Returns:
- a boolean.
- Throws:
DOMException- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setSystemAudioDesc
setSystemAudioDesc.
- Parameters:
systemAudioDesc- a boolean.- Throws:
DOMException- if any.
-