khtml Library API Documentation

DOM::HTMLQuoteElement Class Reference

For the Q and BLOCKQUOTE elements. More...

#include <html_inline.h>

Inheritance diagram for DOM::HTMLQuoteElement:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 HTMLQuoteElement (const HTMLQuoteElement &other)
 HTMLQuoteElement (const Node &other)
HTMLQuoteElementoperator= (const HTMLQuoteElement &other)
HTMLQuoteElementoperator= (const Node &other)
DOMString cite () const
 A URI designating a document that designates a source document or message.

void setCite (const DOMString &)
 see cite


Protected Member Functions

 HTMLQuoteElement (HTMLGenericElementImpl *impl)

Detailed Description

For the Q and BLOCKQUOTE elements.

See the Q element definition in HTML 4.0.

Note: The DOM is not quite consistent here. They also define the HTMLBlockQuoteElement interface, to represent the BLOCKQUOTE element. To resolve ambiquities, we use this one for the Q element only.

Definition at line 421 of file html_inline.h.


Member Function Documentation

DOMString HTMLQuoteElement::cite  )  const
 

A URI designating a document that designates a source document or message.

See the cite attribute definition in HTML 4.0.

Definition at line 419 of file html_inline.cpp.

void HTMLQuoteElement::setCite const DOMString  ) 
 

see cite

Definition at line 425 of file html_inline.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.5.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Wed Jan 28 13:38:54 2004 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001