KHTML
DOM::HTMLBaseElement Class Reference
Document base URI. More...
#include <html_head.h>
Inheritance diagram for DOM::HTMLBaseElement:
Public Member Functions | |
DOMString | href () const |
HTMLBaseElement (const Node &other) | |
HTMLBaseElement (const HTMLBaseElement &other) | |
HTMLBaseElement () | |
HTMLBaseElement & | operator= (const Node &other) |
HTMLBaseElement & | operator= (const HTMLBaseElement &other) |
void | setHref (const DOMString &) |
void | setTarget (const DOMString &) |
DOMString | target () const |
~HTMLBaseElement () | |
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 31 of file html_head.cpp.
HTMLBaseElement::HTMLBaseElement | ( | const HTMLBaseElement & | other | ) |
Definition at line 35 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 39 of file html_head.cpp.
HTMLBaseElement::~HTMLBaseElement | ( | ) |
Definition at line 55 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 59 of file html_head.cpp.
HTMLBaseElement & HTMLBaseElement::operator= | ( | const Node & | other | ) |
HTMLBaseElement & HTMLBaseElement::operator= | ( | const HTMLBaseElement & | other | ) |
Definition at line 49 of file html_head.cpp.
void HTMLBaseElement::setHref | ( | const DOMString & | value | ) |
void HTMLBaseElement::setTarget | ( | const DOMString & | value | ) |
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: