org.kde.koala

Class HTMLQuoteElement

public class HTMLQuoteElement extends HTMLElement

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.

UNKNOWN: For the Q and BLOCKQUOTE elements.

Constructor Summary
protected HTMLQuoteElement(Class dummy)
HTMLQuoteElement()
HTMLQuoteElement(HTMLQuoteElement other)
HTMLQuoteElement(Node other)
Method Summary
Stringcite()
A URI designating a document that designates a source document or message.
voidsetCite(String arg1)
see cite

Constructor Detail

HTMLQuoteElement

protected HTMLQuoteElement(Class dummy)

HTMLQuoteElement

public HTMLQuoteElement()

HTMLQuoteElement

public HTMLQuoteElement(HTMLQuoteElement other)

HTMLQuoteElement

public HTMLQuoteElement(Node other)

Method Detail

cite

public String cite()
A URI designating a document that designates a source document or message. See the cite attribute definition in HTML 4.0.

UNKNOWN: A URI designating a document that designates a source document or message.

setCite

public void setCite(String arg1)
see cite

UNKNOWN: see cite