class CSS2PlayDuring

The <code> CSS2PlayDuring </code> interface represents the <a href="http://www. More...

Full nameDOM::CSS2PlayDuring
Definition#include <css_extensions.h>
InheritsDOM::CSSValue
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

The <code> CSS2PlayDuring </code> interface represents the <a href="http://www.w3.org/TR/REC-CSS2/aural.html#propdef-play-during"> play-during </a> CSS Level 2 property.

unsigned short  playDuringType ()

[const]

A code defining the type of the value as define in <code> CSSvalue </code> . It would be one of <code> CSS_UNKNOWN </code> , <code> CSS_INHERIT </code> , <code> CSS_IDENT </code> .

DOM::DOMString  playDuringIdentifier ()

[const]

One of <code> "inherit" </code> , <code> "auto" </code> , <code> "none" </code> or the empty string if the <code> playDuringType </code> is <code> CSS_UNKNOWN </code> . On setting, it will set the <code> uri </code> to the empty string and <code> mix </code> and <code> repeat </code> to <code> false </code> .

void  setPlayDuringIdentifier ( const DOM::DOMString & )

see playDuringIdentifier

NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.

Throws: DOMException, SYNTAX_ERR:, Raised, if, the, specified, CSS, string, value, has, a, syntax, error, and, is, unparsable.

DOM::DOMString  uri ()

[const]

The sound specified by the <code> uri </code> . It will set the <code> playDuringType </code> attribute to <code> CSS_UNKNOWN </code> .

void  setUri ( const DOM::DOMString & )

see uri

NO_MODIFICATION_ALLOWED_ERR: Raised if this declaration is readonly.

Throws: DOMException, SYNTAX_ERR:, Raised, if, the, specified, CSS, string, value, has, a, syntax, error, and, is, unparsable.

bool  mix ()

[const]

<code> true </code> if the sound should be mixed. It will be ignored if the attribute doesn't contain a <code> uri </code> .

void  setMix ( const bool )

see mix

Throws: DOMException, NO_MODIFICATION_ALLOWED_ERR:, Raised, if, this, declaration, is, readonly.

bool  repeat ()

[const]

<code> true </code> if the sound should be repeated. It will be ignored if the attribute doesn't contain a <code> uri </code> .

void  setRepeat ( const bool )

see repeat

Throws: DOMException, NO_MODIFICATION_ALLOWED_ERR:, Raised, if, this, declaration, is, readonly.


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35.