DOM::HTMLQuoteElement Class Reference
For the Q
and BLOCKQUOTE
elements.
More...
#include <html_inline.h>
Inheritance diagram for DOM::HTMLQuoteElement:

Public Methods | |
HTMLQuoteElement & | operator= (const Node &other) |
DOMString | cite () const |
A URI designating a document that designates a source document or message. | |
void | setCite (const DOMString &) |
see cite |
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
|
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. |
|
see cite
Definition at line 424 of file html_inline.cpp. |
The documentation for this class was generated from the following files: