|
|
Script statements. See the SCRIPT element definition in HTML 4.0.
| HTMLScriptElement ()
| HTMLScriptElement |
| HTMLScriptElement (const HTMLScriptElement &other)
| HTMLScriptElement |
| HTMLScriptElement (const Node &other)
| HTMLScriptElement |
| HTMLScriptElement (HTMLScriptElementImpl *impl)
| HTMLScriptElement |
[protected]
| HTMLScriptElement & operator = (const HTMLScriptElement &other)
| operator = |
Reimplemented from HTMLElement.
| HTMLScriptElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
| ~HTMLScriptElement ()
| ~HTMLScriptElement |
| DOMString text ()
| text |
[const]
The script content of the element.
| void setText ( const DOMString & )
| setText |
see text
| DOMString htmlFor ()
| htmlFor |
[const]
Reserved for future use.
| void setHtmlFor ( const DOMString & )
| setHtmlFor |
see htmlFor
| DOMString event ()
| event |
[const]
Reserved for future use.
| void setEvent ( const DOMString & )
| setEvent |
see event
| DOMString charset ()
| charset |
[const]
The character encoding of the linked resource. See the charset attribute definition in HTML 4.0.
| void setCharset ( const DOMString & )
| setCharset |
see charset
| bool defer ()
| defer |
[const]
Indicates that the user agent can defer processing of the script. See the defer attribute definition in HTML 4.0.
| void setDefer ( bool )
| setDefer |
see defer
| DOMString src ()
| src |
[const]
URI designating an external script. See the src attribute definition in HTML 4.0.
| void setSrc ( const DOMString & )
| setSrc |
see src
| DOMString type ()
| type |
[const]
The content type of the script language. See the type attribute definition in HTML 4.0.
| void setType ( const DOMString & )
| setType |
see type
| Generated by: root on macppc.ports.openbsd.org on Sat Sep 6 10:37:43 2003, using kdoc 2.0a54. |