org.w3c.dom.html

Interface HTMLQuoteElement

public interface HTMLQuoteElement extends HTMLElement

For the Q and BLOCKQUOTE elements. See the Q element definition in HTML 4.0.
Method Summary
StringgetCite()
A URI designating a document that designates a source document or message.
voidsetCite(String cite)

Method Detail

getCite

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

setCite

public void setCite(String cite)