class HTMLQuoteElement
|
For the <code> Q </code> and <code> BLOCKQUOTE </code> elements. More... |
|
|
Public Methods
Protected Methods
For the <code> Q </code> and <code> BLOCKQUOTE </code> elements.
See the <a
href="http://www.w3.org/TR/REC-html40/struct/text.html#edef-Q"> Q
element definition </a> in HTML 4.0.
Note: The DOM is not quite consistent here. They also define the
HTMLBlockQuoteElement interface, to represent the <code>BLOCKQUOTE</code>
element. To resolve ambiquities, we use this one for the <code>Q</code>
element only.
HTMLQuoteElement ()
| HTMLQuoteElement |
HTMLQuoteElement (const HTMLQuoteElement &other)
| HTMLQuoteElement |
HTMLQuoteElement (const Node &other)
| HTMLQuoteElement |
HTMLQuoteElement (HTMLQuoteElementImpl *impl)
| HTMLQuoteElement |
[protected]
HTMLQuoteElement & operator = (const HTMLQuoteElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLQuoteElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLQuoteElement ()
| ~HTMLQuoteElement |
[const]
A URI designating a document that designates a source document
or message. See the <a
href="http://www.w3.org/TR/REC-html40/struct/text.html#adef-cite-Q">
cite attribute definition </a> in HTML 4.0.
void setCite ( const DOMString & )
| setCite |
see cite
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |