class HTMLBaseElement
|
Document base URI. More... |
|
|
Public Methods
Protected Methods
Document base URI. See the <a
href="http://www.w3.org/TR/REC-html40/struct/links.html#edef-BASE">
BASE element definition </a> 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 <a
href="http://www.w3.org/TR/REC-html40/struct/links.html#adef-href-BASE">
href attribute definition </a> in HTML 4.0.
void setHref ( const DOMString & )
| setHref |
see href
DOMString target ()
| target |
[const]
The default target frame. See the <a
href="http://www.w3.org/TR/REC-html40/present/frames.html#adef-target">
target attribute definition </a> in HTML 4.0.
void setTarget ( const DOMString & )
| setTarget |
see target
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |