DOM::HTMLQuoteElement Class Reference
#include <html_inline.h>
Inheritance diagram for DOM::HTMLQuoteElement:

Detailed Description
For theQ 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 422 of file html_inline.h.
Public Member Functions | |
| HTMLQuoteElement () | |
| HTMLQuoteElement (const HTMLQuoteElement &other) | |
| HTMLQuoteElement (const Node &other) | |
| HTMLQuoteElement & | operator= (const HTMLQuoteElement &other) |
| HTMLQuoteElement & | operator= (const Node &other) |
| ~HTMLQuoteElement () | |
| DOMString | cite () const |
| void | setCite (const DOMString &) |
Protected Member Functions | |
| HTMLQuoteElement (HTMLGenericElementImpl *impl) | |
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 418 of file html_inline.cpp.
| void HTMLQuoteElement::setCite | ( | const DOMString & | ) |
The documentation for this class was generated from the following files:

