KHTML
DOM::HTMLBlockquoteElement Class Reference
??? See the BLOCKQUOTE element definition in HTML 4.0. More...
#include <html_block.h>
Inheritance diagram for DOM::HTMLBlockquoteElement:
Public Member Functions | |
DOMString | cite () const |
HTMLBlockquoteElement (const Node &other) | |
HTMLBlockquoteElement (const HTMLBlockquoteElement &other) | |
HTMLBlockquoteElement () | |
HTMLBlockquoteElement & | operator= (const Node &other) |
HTMLBlockquoteElement & | operator= (const HTMLBlockquoteElement &other) |
void | setCite (const DOMString &) |
~HTMLBlockquoteElement () | |
Protected Member Functions | |
HTMLBlockquoteElement (HTMLElementImpl *impl) |
Detailed Description
??? See the BLOCKQUOTE element definition in HTML 4.0.Definition at line 50 of file html_block.h.
Constructor & Destructor Documentation
HTMLBlockquoteElement::HTMLBlockquoteElement | ( | ) |
Definition at line 35 of file html_block.cpp.
HTMLBlockquoteElement::HTMLBlockquoteElement | ( | const HTMLBlockquoteElement & | other | ) |
Definition at line 40 of file html_block.cpp.
DOM::HTMLBlockquoteElement::HTMLBlockquoteElement | ( | const Node & | other | ) | [inline] |
Definition at line 55 of file html_block.h.
HTMLBlockquoteElement::HTMLBlockquoteElement | ( | HTMLElementImpl * | impl | ) | [protected] |
Definition at line 45 of file html_block.cpp.
HTMLBlockquoteElement::~HTMLBlockquoteElement | ( | ) |
Definition at line 62 of file html_block.cpp.
Member Function Documentation
DOMString HTMLBlockquoteElement::cite | ( | ) | const |
A URI designating a document that describes the reason for the change.
See the cite attribute definition in HTML 4.0.
Definition at line 66 of file html_block.cpp.
HTMLBlockquoteElement & HTMLBlockquoteElement::operator= | ( | const Node & | other | ) |
HTMLBlockquoteElement & HTMLBlockquoteElement::operator= | ( | const HTMLBlockquoteElement & | other | ) |
Definition at line 56 of file html_block.cpp.
void HTMLBlockquoteElement::setCite | ( | const DOMString & | value | ) |
The documentation for this class was generated from the following files: