KHTML
DOM::HTMLBaseElement Class Reference
#include <html_head.h>

Public Member Functions | |
| HTMLBaseElement () | |
| HTMLBaseElement (const HTMLBaseElement &other) | |
| HTMLBaseElement (const Node &other) | |
| ~HTMLBaseElement () | |
| DOMString | href () const |
| HTMLBaseElement & | operator= (const HTMLBaseElement &other) |
| HTMLBaseElement & | operator= (const Node &other) |
| void | setHref (const DOMString &) |
| void | setTarget (const DOMString &) |
| DOMString | target () const |
Protected Member Functions | |
| HTMLBaseElement (HTMLBaseElementImpl *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::HTMLBaseElement | ( | ) |
Definition at line 30 of file html_head.cpp.
| HTMLBaseElement::HTMLBaseElement | ( | const HTMLBaseElement & | other | ) |
Definition at line 34 of file html_head.cpp.
| DOM::HTMLBaseElement::HTMLBaseElement | ( | const Node & | other | ) | [inline] |
Definition at line 51 of file html_head.h.
| HTMLBaseElement::HTMLBaseElement | ( | HTMLBaseElementImpl * | impl | ) | [protected] |
Definition at line 38 of file html_head.cpp.
| HTMLBaseElement::~HTMLBaseElement | ( | ) |
Definition at line 54 of file html_head.cpp.
Member Function Documentation
| DOMString HTMLBaseElement::href | ( | ) | const |
The base URI See the href attribute definition in HTML 4.0.
Definition at line 58 of file html_head.cpp.
| HTMLBaseElement & HTMLBaseElement::operator= | ( | const Node & | other | ) |
Reimplemented from DOM::HTMLElement.
Definition at line 42 of file html_head.cpp.
| HTMLBaseElement & HTMLBaseElement::operator= | ( | const HTMLBaseElement & | other | ) |
Definition at line 48 of file html_head.cpp.
| void HTMLBaseElement::setHref | ( | const DOMString & | value | ) |
see href
Definition at line 65 of file html_head.cpp.
| void HTMLBaseElement::setTarget | ( | const DOMString & | value | ) |
see target
Definition at line 76 of file html_head.cpp.
| DOMString HTMLBaseElement::target | ( | ) | const |
The default target frame.
See the target attribute definition in HTML 4.0.
Definition at line 70 of file html_head.cpp.
The documentation for this class was generated from the following files:
KDE 4.6 API Reference