org.kde.koala

Class HTMLBlockquoteElement

public class HTMLBlockquoteElement extends HTMLElement

??? See the BLOCKQUOTE element definition in HTML 4.0.

UNKNOWN: ??? See the Constructor Summary protected HTMLBlockquoteElement(Class dummy)

HTMLBlockquoteElement()
HTMLBlockquoteElement(HTMLBlockquoteElement other)
HTMLBlockquoteElement(Node other)
Method Summary
Stringcite()
A URI designating a document that describes the reason for the change.
voidsetCite(String arg1)
see cite

Constructor Detail

HTMLBlockquoteElement

protected HTMLBlockquoteElement(Class dummy)

HTMLBlockquoteElement

public HTMLBlockquoteElement()

HTMLBlockquoteElement

public HTMLBlockquoteElement(HTMLBlockquoteElement other)

HTMLBlockquoteElement

public HTMLBlockquoteElement(Node other)

Method Detail

cite

public String cite()
A URI designating a document that describes the reason for the change. See the cite attribute definition in HTML 4.0.

UNKNOWN: A URI designating a document that describes the reason for the change.

setCite

public void setCite(String arg1)
see cite

UNKNOWN: see cite