#include <html_head.h>

Protected Member Functions | |
HTMLScriptElement (HTMLScriptElementImpl *impl) | |
![]() | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
![]() | |
Element (ElementImpl *_impl) | |
Additional Inherited Members | |
![]() | |
enum | NodeType { ELEMENT_NODE = 1 , ATTRIBUTE_NODE = 2 , TEXT_NODE = 3 , CDATA_SECTION_NODE = 4 , ENTITY_REFERENCE_NODE = 5 , ENTITY_NODE = 6 , PROCESSING_INSTRUCTION_NODE = 7 , COMMENT_NODE = 8 , DOCUMENT_NODE = 9 , DOCUMENT_TYPE_NODE = 10 , DOCUMENT_FRAGMENT_NODE = 11 , NOTATION_NODE = 12 } |
![]() | |
static bool | tdehtmlValidAttrName (const DOMString &name) |
static bool | tdehtmlValidPrefix (const DOMString &name) |
static bool | tdehtmlValidQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedQualifiedName (const DOMString &name) |
static bool | tdehtmlMalformedPrefix (const DOMString &name) |
![]() | |
NodeImpl * | 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() [1/4]
HTMLScriptElement::HTMLScriptElement | ( | ) |
Definition at line 295 of file html_head.cpp.
◆ HTMLScriptElement() [2/4]
HTMLScriptElement::HTMLScriptElement | ( | const HTMLScriptElement & | other | ) |
Definition at line 299 of file html_head.cpp.
◆ HTMLScriptElement() [3/4]
|
inline |
Definition at line 340 of file html_head.h.
◆ HTMLScriptElement() [4/4]
|
protected |
Definition at line 303 of file html_head.cpp.
◆ ~HTMLScriptElement()
HTMLScriptElement::~HTMLScriptElement | ( | ) |
Definition at line 319 of file html_head.cpp.
Member Function Documentation
◆ charset()
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.
◆ defer()
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.
◆ event()
DOMString HTMLScriptElement::event | ( | ) | const |
Reserved for future use.
Definition at line 345 of file html_head.cpp.
◆ htmlFor()
DOMString HTMLScriptElement::htmlFor | ( | ) | const |
Reserved for future use.
Definition at line 334 of file html_head.cpp.
◆ operator=() [1/2]
HTMLScriptElement & HTMLScriptElement::operator= | ( | const HTMLScriptElement & | other | ) |
Definition at line 313 of file html_head.cpp.
◆ operator=() [2/2]
HTMLScriptElement & HTMLScriptElement::operator= | ( | const Node & | other | ) |
Definition at line 307 of file html_head.cpp.
◆ setCharset()
void HTMLScriptElement::setCharset | ( | const DOMString & | value | ) |
see charset
Definition at line 362 of file html_head.cpp.
◆ setDefer()
void HTMLScriptElement::setDefer | ( | bool | _defer | ) |
see defer
Definition at line 373 of file html_head.cpp.
◆ setEvent()
void HTMLScriptElement::setEvent | ( | const DOMString & | ) |
see event
Definition at line 351 of file html_head.cpp.
◆ setHtmlFor()
void HTMLScriptElement::setHtmlFor | ( | const DOMString & | ) |
see htmlFor
Definition at line 340 of file html_head.cpp.
◆ setSrc()
void HTMLScriptElement::setSrc | ( | const DOMString & | value | ) |
see src
Definition at line 387 of file html_head.cpp.
◆ setText()
void HTMLScriptElement::setText | ( | const DOMString & | value | ) |
see text
Definition at line 329 of file html_head.cpp.
◆ setType()
void HTMLScriptElement::setType | ( | const DOMString & | value | ) |
see type
Definition at line 398 of file html_head.cpp.
◆ src()
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.
◆ text()
DOMString HTMLScriptElement::text | ( | ) | const |
The script content of the element.
Definition at line 323 of file html_head.cpp.
◆ type()
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: