KHTML
DOM::HTMLBlockquoteElement Class Reference
#include <html_block.h>
Inheritance diagram for DOM::HTMLBlockquoteElement:

Protected Member Functions | |
HTMLBlockquoteElement (HTMLElementImpl *impl) | |
Protected Member Functions inherited from DOM::HTMLElement | |
HTMLElement (HTMLElementImpl *impl) | |
void | assignOther (const Node &other, int elementId) |
Protected Member Functions inherited from DOM::Element | |
Element (ElementImpl *_impl) |
Detailed Description
Constructor & Destructor Documentation
◆ HTMLBlockquoteElement() [1/4]
HTMLBlockquoteElement::HTMLBlockquoteElement | ( | ) |
Definition at line 33 of file html_block.cpp.
◆ HTMLBlockquoteElement() [2/4]
HTMLBlockquoteElement::HTMLBlockquoteElement | ( | const HTMLBlockquoteElement & | other | ) |
Definition at line 38 of file html_block.cpp.
◆ HTMLBlockquoteElement() [3/4]
|
inline |
Definition at line 54 of file html_block.h.
◆ HTMLBlockquoteElement() [4/4]
|
protected |
Definition at line 43 of file html_block.cpp.
◆ ~HTMLBlockquoteElement()
HTMLBlockquoteElement::~HTMLBlockquoteElement | ( | ) |
Definition at line 60 of file html_block.cpp.
Member Function Documentation
◆ cite()
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 64 of file html_block.cpp.
◆ operator=() [1/2]
HTMLBlockquoteElement & HTMLBlockquoteElement::operator= | ( | const HTMLBlockquoteElement & | other | ) |
Definition at line 54 of file html_block.cpp.
◆ operator=() [2/2]
HTMLBlockquoteElement & HTMLBlockquoteElement::operator= | ( | const Node & | other | ) |
Definition at line 48 of file html_block.cpp.
◆ setCite()
void HTMLBlockquoteElement::setCite | ( | const DOMString & | value | ) |
see cite
Definition at line 70 of file html_block.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.