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 TypeMethodDescriptionboolean
The value of the systemAudioDesc attribute.int
The systemBitrate value.boolean
The systemCaptions value.The systemLanguage value.The value of the systemOverdubOrSubtitle attribute.boolean
The result of the evaluation of the systemRequired attribute.boolean
The result of the evaluation of the systemScreenDepth attribute.boolean
The result of the evaluation of the systemScreenSize attribute.void
setSystemAudioDesc
(boolean systemAudioDesc) setSystemAudioDesc.void
setSystemBitrate
(int systemBitrate) setSystemBitrate.void
setSystemCaptions
(boolean systemCaptions) setSystemCaptions.void
setSystemLanguage
(String systemLanguage) setSystemLanguage.void
setSystemOverdubOrSubtitle
(String systemOverdubOrSubtitle) setSystemOverdubOrSubtitle.
-
Method Details
-
getSystemBitrate
int getSystemBitrate()The systemBitrate value.- Returns:
- a
Integer
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setSystemBitrate
setSystemBitrate.
- Parameters:
systemBitrate
- aInteger
object.- 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
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setSystemLanguage
setSystemLanguage.
- Parameters:
systemLanguage
- aString
object.- 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
String
object. - Throws:
DOMException
- NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.
-
setSystemOverdubOrSubtitle
setSystemOverdubOrSubtitle.
- Parameters:
systemOverdubOrSubtitle
- aString
object.- 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.
-