#include <html_head.h>

Protected Member Functions | |
HTMLStyleElement (HTMLStyleElementImpl *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
Style information.
A more detailed style sheet object model is planned to be defined in a separate document. See the STYLE element definition in HTML 4.0.
Definition at line 449 of file html_head.h.
Constructor & Destructor Documentation
◆ HTMLStyleElement() [1/4]
HTMLStyleElement::HTMLStyleElement | ( | ) |
Definition at line 405 of file html_head.cpp.
◆ HTMLStyleElement() [2/4]
HTMLStyleElement::HTMLStyleElement | ( | const HTMLStyleElement & | other | ) |
Definition at line 409 of file html_head.cpp.
◆ HTMLStyleElement() [3/4]
|
inline |
Definition at line 454 of file html_head.h.
◆ HTMLStyleElement() [4/4]
|
protected |
Definition at line 413 of file html_head.cpp.
◆ ~HTMLStyleElement()
HTMLStyleElement::~HTMLStyleElement | ( | ) |
Definition at line 429 of file html_head.cpp.
Member Function Documentation
◆ disabled()
bool HTMLStyleElement::disabled | ( | ) | const |
Enables/disables the style sheet.
Definition at line 433 of file html_head.cpp.
◆ media()
DOMString HTMLStyleElement::media | ( | ) | const |
Designed for use with one or more target media.
See the media attribute definition in HTML 4.0.
Definition at line 446 of file html_head.cpp.
◆ operator=() [1/2]
HTMLStyleElement & HTMLStyleElement::operator= | ( | const HTMLStyleElement & | other | ) |
Definition at line 423 of file html_head.cpp.
◆ operator=() [2/2]
HTMLStyleElement & HTMLStyleElement::operator= | ( | const Node & | other | ) |
Definition at line 417 of file html_head.cpp.
◆ setDisabled()
void HTMLStyleElement::setDisabled | ( | bool | _disabled | ) |
see disabled
Definition at line 439 of file html_head.cpp.
◆ setMedia()
void HTMLStyleElement::setMedia | ( | const DOMString & | value | ) |
see media
Definition at line 452 of file html_head.cpp.
◆ setType()
void HTMLStyleElement::setType | ( | const DOMString & | value | ) |
see type
Definition at line 463 of file html_head.cpp.
◆ sheet()
StyleSheet HTMLStyleElement::sheet | ( | ) | const |
Introduced in DOM Level 2 This method is from the LinkStyle interface.
The style sheet.
Definition at line 468 of file html_head.cpp.
◆ type()
DOMString HTMLStyleElement::type | ( | ) | const |
The style sheet language (Internet media type).
See the type attribute definition in HTML 4.0.
Definition at line 457 of file html_head.cpp.
The documentation for this class was generated from the following files: