class HTMLBaseElement
|
Document base URI. More... |
|
|
Public Methods
Protected Methods
Document base URI. See the
BASE element definition in HTML 4.0.
HTMLBaseElement ()
| HTMLBaseElement |
HTMLBaseElement (const HTMLBaseElement &other)
| HTMLBaseElement |
HTMLBaseElement (const Node &other)
| HTMLBaseElement |
HTMLBaseElement (HTMLBaseElementImpl *impl)
| HTMLBaseElement |
[protected]
HTMLBaseElement & operator = (const HTMLBaseElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLBaseElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLBaseElement ()
| ~HTMLBaseElement |
[const]
The base URI See the
href attribute definition in HTML 4.0.
void setHref ( const DOMString & )
| setHref |
see href
DOMString target ()
| target |
[const]
The default target frame. See the
target attribute definition in HTML 4.0.
void setTarget ( const DOMString & )
| setTarget |
see target
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |