#include <html_head.h>

Protected Member Functions | |
HTMLBaseElement (HTMLBaseElementImpl *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
Document base URI.
See the BASE element definition in HTML 4.0.
Definition at line 46 of file html_head.h.
Constructor & Destructor Documentation
◆ HTMLBaseElement() [1/4]
HTMLBaseElement::HTMLBaseElement | ( | ) |
Definition at line 31 of file html_head.cpp.
◆ HTMLBaseElement() [2/4]
HTMLBaseElement::HTMLBaseElement | ( | const HTMLBaseElement & | other | ) |
Definition at line 35 of file html_head.cpp.
◆ HTMLBaseElement() [3/4]
|
inline |
Definition at line 51 of file html_head.h.
◆ HTMLBaseElement() [4/4]
|
protected |
Definition at line 39 of file html_head.cpp.
◆ ~HTMLBaseElement()
HTMLBaseElement::~HTMLBaseElement | ( | ) |
Definition at line 55 of file html_head.cpp.
Member Function Documentation
◆ href()
DOMString HTMLBaseElement::href | ( | ) | const |
The base URI See the href attribute definition in HTML 4.0.
Definition at line 59 of file html_head.cpp.
◆ operator=() [1/2]
HTMLBaseElement & HTMLBaseElement::operator= | ( | const HTMLBaseElement & | other | ) |
Definition at line 49 of file html_head.cpp.
◆ operator=() [2/2]
HTMLBaseElement & HTMLBaseElement::operator= | ( | const Node & | other | ) |
Definition at line 43 of file html_head.cpp.
◆ setHref()
void HTMLBaseElement::setHref | ( | const DOMString & | value | ) |
see href
Definition at line 66 of file html_head.cpp.
◆ setTarget()
void HTMLBaseElement::setTarget | ( | const DOMString & | value | ) |
see target
Definition at line 77 of file html_head.cpp.
◆ target()
DOMString HTMLBaseElement::target | ( | ) | const |
The default target frame.
See the target attribute definition in HTML 4.0.
Definition at line 71 of file html_head.cpp.
The documentation for this class was generated from the following files: