khtml Library API Documentation

DOM::HTMLBaseElement Class Reference

Document base URI. More...

#include <html_head.h>

Inheritance diagram for DOM::HTMLBaseElement:

Inheritance graph
[legend]
Collaboration diagram for DOM::HTMLBaseElement:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 HTMLBaseElement ()
 HTMLBaseElement (const HTMLBaseElement &other)
 HTMLBaseElement (const Node &other)
HTMLBaseElementoperator= (const HTMLBaseElement &other)
HTMLBaseElementoperator= (const Node &other)
 ~HTMLBaseElement ()
DOMString href () const
void setHref (const DOMString &)
DOMString target () const
void setTarget (const DOMString &)

Protected Member Functions

 HTMLBaseElement (HTMLBaseElementImpl *impl)

Detailed Description

Document base URI.

See the BASE element definition in HTML 4.0.

Definition at line 46 of file html_head.h.


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.

References DOM::Node::impl, DOM::DOMString::isNull(), and DOM::DOMString::string().

Referenced by KJS::HTMLElement::getValueProperty().

void HTMLBaseElement::setHref const DOMString  ) 
 

see href

Definition at line 66 of file html_head.cpp.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::putValueProperty().

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.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::getValueProperty().

void HTMLBaseElement::setTarget const DOMString  ) 
 

see target

Definition at line 77 of file html_head.cpp.

References DOM::Node::impl.

Referenced by KJS::HTMLElement::putValueProperty().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Jul 20 12:54:13 2006 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003