DOM::HTMLBaseElement Class Reference
#include <html_head.h>
Inheritance diagram for DOM::HTMLBaseElement:

Detailed Description
Document base URI.See the BASE element definition in HTML 4.0.
Definition at line 46 of file html_head.h.
Public Member Functions | |
| HTMLBaseElement () | |
| HTMLBaseElement (const HTMLBaseElement &other) | |
| HTMLBaseElement (const Node &other) | |
| HTMLBaseElement & | operator= (const HTMLBaseElement &other) |
| HTMLBaseElement & | operator= (const Node &other) |
| ~HTMLBaseElement () | |
| DOMString | href () const |
| void | setHref (const DOMString &) |
| DOMString | target () const |
| void | setTarget (const DOMString &) |
Protected Member Functions | |
| HTMLBaseElement (HTMLBaseElementImpl *impl) | |
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.
| void HTMLBaseElement::setHref | ( | const DOMString & | ) |
| 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.
| void HTMLBaseElement::setTarget | ( | const DOMString & | ) |
The documentation for this class was generated from the following files:

