KHTML
DOM::HTMLScriptElement Class Reference
Script statements. More...
#include <html_head.h>
Public Member Functions | |
DOMString | charset () const |
bool | defer () const |
DOMString | event () const |
DOMString | htmlFor () const |
HTMLScriptElement (const Node &other) | |
HTMLScriptElement (const HTMLScriptElement &other) | |
HTMLScriptElement () | |
HTMLScriptElement & | operator= (const Node &other) |
HTMLScriptElement & | operator= (const HTMLScriptElement &other) |
void | setCharset (const DOMString &) |
void | setDefer (bool) |
void | setEvent (const DOMString &) |
void | setHtmlFor (const DOMString &) |
void | setSrc (const DOMString &) |
void | setText (const DOMString &) |
void | setType (const DOMString &) |
DOMString | src () const |
DOMString | text () const |
DOMString | type () const |
~HTMLScriptElement () | |
Protected Member Functions | |
HTMLScriptElement (HTMLScriptElementImpl *impl) |
Detailed Description
Script statements.See the SCRIPT element definition in HTML 4.0.
Definition at line 335 of file html_head.h.
Constructor & Destructor Documentation
HTMLScriptElement::HTMLScriptElement | ( | ) |
Definition at line 295 of file html_head.cpp.
HTMLScriptElement::HTMLScriptElement | ( | const HTMLScriptElement & | other | ) |
Definition at line 299 of file html_head.cpp.
DOM::HTMLScriptElement::HTMLScriptElement | ( | const Node & | other | ) | [inline] |
Definition at line 340 of file html_head.h.
HTMLScriptElement::HTMLScriptElement | ( | HTMLScriptElementImpl * | impl | ) | [protected] |
Definition at line 303 of file html_head.cpp.
HTMLScriptElement::~HTMLScriptElement | ( | ) |
Definition at line 319 of file html_head.cpp.
Member Function Documentation
DOMString HTMLScriptElement::charset | ( | ) | const |
The character encoding of the linked resource.
See the charset attribute definition in HTML 4.0.
Definition at line 356 of file html_head.cpp.
bool HTMLScriptElement::defer | ( | ) | const |
Indicates that the user agent can defer processing of the script.
See the defer attribute definition in HTML 4.0.
Definition at line 367 of file html_head.cpp.
DOMString HTMLScriptElement::event | ( | ) | const |
DOMString HTMLScriptElement::htmlFor | ( | ) | const |
HTMLScriptElement & HTMLScriptElement::operator= | ( | const Node & | other | ) |
HTMLScriptElement & HTMLScriptElement::operator= | ( | const HTMLScriptElement & | other | ) |
Definition at line 313 of file html_head.cpp.
void HTMLScriptElement::setCharset | ( | const DOMString & | value | ) |
void HTMLScriptElement::setDefer | ( | bool | _defer | ) |
void HTMLScriptElement::setEvent | ( | const DOMString & | ) |
void HTMLScriptElement::setHtmlFor | ( | const DOMString & | ) |
void HTMLScriptElement::setSrc | ( | const DOMString & | value | ) |
void HTMLScriptElement::setText | ( | const DOMString & | value | ) |
void HTMLScriptElement::setType | ( | const DOMString & | value | ) |
DOMString HTMLScriptElement::src | ( | ) | const |
URI designating an external script.
See the src attribute definition in HTML 4.0.
Definition at line 380 of file html_head.cpp.
DOMString HTMLScriptElement::text | ( | ) | const |
DOMString HTMLScriptElement::type | ( | ) | const |
The content type of the script language.
See the type attribute definition in HTML 4.0.
Definition at line 392 of file html_head.cpp.
The documentation for this class was generated from the following files: