DOM::HTMLBaseElement Class Reference
Document base URI. More...
#include <html_head.h>
Inheritance diagram for DOM::HTMLBaseElement:

Public Methods | |
HTMLBaseElement & | operator= (const Node &other) |
DOMString | href () const |
The base URI See the href attribute definition in HTML 4.0. | |
void | setHref (const DOMString &) |
see href | |
DOMString | target () const |
The default target frame. | |
void | setTarget (const DOMString &) |
see target |
Detailed Description
Document base URI.See the BASE element definition in HTML 4.0.
Definition at line 47 of file html_head.h.
Member Function Documentation
|
The base URI See the href attribute definition in HTML 4.0.
Definition at line 59 of file html_head.cpp. |
|
see href
Definition at line 65 of file html_head.cpp. |
|
The default target frame. See the target attribute definition in HTML 4.0. Definition at line 70 of file html_head.cpp. |
|
see target
Definition at line 76 of file html_head.cpp. |
The documentation for this class was generated from the following files: