khtml Library API Documentation

DOM::HTMLBaseElement Class Reference

Document base URI. More...

#include <html_head.h>

Inheritance diagram for DOM::HTMLBaseElement:

DOM::HTMLElement DOM::Element DOM::Node List of all members.

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

DOMString HTMLBaseElement::href  
 

The base URI See the href attribute definition in HTML 4.0.

Definition at line 60 of file html_head.cpp.

References href(), DOM::DOMString::length(), and DOM::DOMString::string().

Referenced by href().

void HTMLBaseElement::setHref const DOMString  
 

see href

Definition at line 67 of file html_head.cpp.

DOMString HTMLBaseElement::target  
 

The default target frame.

See the target attribute definition in HTML 4.0.

Definition at line 72 of file html_head.cpp.

void HTMLBaseElement::setTarget const DOMString  
 

see target

Definition at line 78 of file html_head.cpp.


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.3.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Thu Jul 22 16:52:54 2004 by doxygen 1.2.18 written by Dimitri van Heesch, © 1997-2001