class HTMLQuoteElement
|
For the Q and BLOCKQUOTE elements. More... |
|
|
Public Methods
Protected Methods
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.
HTMLQuoteElement ()
| HTMLQuoteElement |
HTMLQuoteElement (const HTMLQuoteElement &other)
| HTMLQuoteElement |
HTMLQuoteElement (const Node &other)
| HTMLQuoteElement |
HTMLQuoteElement (HTMLGenericElementImpl *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
cite attribute definition in HTML 4.0.
void setCite ( const DOMString & )
| setCite |
see cite
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |