org.kde.koala
public class HTMLQuoteElement extends HTMLElement
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.UNKNOWN: For the Q and BLOCKQUOTE elements.
| Constructor Summary | |
|---|---|
| protected | HTMLQuoteElement(Class dummy) |
| HTMLQuoteElement() | |
| HTMLQuoteElement(HTMLQuoteElement other) | |
| HTMLQuoteElement(Node other) | |
| Method Summary | |
|---|---|
| String | cite()
A URI designating a document that designates a source document
or message. |
| void | setCite(String arg1)
see cite |
UNKNOWN: A URI designating a document that designates a source document or message.
UNKNOWN: see cite