public interface

ElementTest

org.w3c.dom.smil.ElementTest

Class Overview

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

Summary

Public Methods
abstract boolean getSystemAudioDesc()
The value of the systemAudioDesc attribute.
abstract int getSystemBitrate()
The systemBitrate value.
abstract boolean getSystemCaptions()
The systemCaptions value.
abstract String getSystemLanguage()
The systemLanguage value.
abstract String getSystemOverdubOrSubtitle()
The value of the systemOverdubOrSubtitle attribute.
abstract boolean getSystemRequired()
The result of the evaluation of the systemRequired attribute.
abstract boolean getSystemScreenDepth()
The result of the evaluation of the systemScreenDepth attribute.
abstract boolean getSystemScreenSize()
The result of the evaluation of the systemScreenSize attribute.
abstract void setSystemAudioDesc(boolean systemAudioDesc)
abstract void setSystemBitrate(int systemBitrate)
abstract void setSystemCaptions(boolean systemCaptions)
abstract void setSystemLanguage(String systemLanguage)
abstract void setSystemOverdubOrSubtitle(String systemOverdubOrSubtitle)

Public Methods

public abstract boolean getSystemAudioDesc ()

The value of the systemAudioDesc attribute.

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract int getSystemBitrate ()

The systemBitrate value.

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract boolean getSystemCaptions ()

The systemCaptions value.

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getSystemLanguage ()

The systemLanguage value.

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract String getSystemOverdubOrSubtitle ()

The value of the systemOverdubOrSubtitle attribute.

Throws
DOMException NO_MODIFICATION_ALLOWED_ERR: Raised if this attribute is readonly.

public abstract boolean getSystemRequired ()

The result of the evaluation of the systemRequired attribute.

public abstract boolean getSystemScreenDepth ()

The result of the evaluation of the systemScreenDepth attribute.

public abstract boolean getSystemScreenSize ()

The result of the evaluation of the systemScreenSize attribute.

public abstract void setSystemAudioDesc (boolean systemAudioDesc)

Throws
DOMException

public abstract void setSystemBitrate (int systemBitrate)

Throws
DOMException

public abstract void setSystemCaptions (boolean systemCaptions)

Throws
DOMException

public abstract void setSystemLanguage (String systemLanguage)

Throws
DOMException

public abstract void setSystemOverdubOrSubtitle (String systemOverdubOrSubtitle)

Throws
DOMException