class HTMLScriptElement

Script statements. More...

Full nameDOM::HTMLScriptElement
Definition#include <html_head.h>
InheritsDOM::HTMLElement [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

Script statements. See the <a href="http://www.w3.org/TR/REC-html40/interact/scripts.html#edef-SCRIPT"> SCRIPT element definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-charset"> charset attribute definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-defer"> defer attribute definition </a> in HTML 4.0.

void  setDefer ( bool )

setDefer

see defer

DOMString  src ()

src

[const]

URI designating an external script. See the <a href="http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-src-SCRIPT"> src attribute definition </a> in HTML 4.0.

void  setSrc ( const DOMString & )

setSrc

see src

DOMString  type ()

type

[const]

The content type of the script language. See the <a href="http://www.w3.org/TR/REC-html40/interact/scripts.html#adef-type-SCRIPT"> type attribute definition </a> in HTML 4.0.

void  setType ( const DOMString & )

setType

see type


Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53.