org.w3c.dom.html2

Interface HTMLQuoteElement

All Superinterfaces:
Element, HTMLElement

public interface HTMLQuoteElement
extends HTMLElement

For the Q and BLOCKQUOTE elements. See the Q element definition in HTML 4.01.

See also the Document Object Model (DOM) Level 2 HTML Specification.

Method Summary

String
getCite()
A URI [IETF RFC 2396] designating a source document or message.
void
setCite(String cite)
A URI [IETF RFC 2396] designating a source document or message.

Methods inherited from interface org.w3c.dom.html2.HTMLElement

getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle

Method Details

getCite

public String getCite()
A URI [IETF RFC 2396] designating a source document or message. See the cite attribute definition in HTML 4.01.

setCite

public void setCite(String cite)
A URI [IETF RFC 2396] designating a source document or message. See the cite attribute definition in HTML 4.01.