FileDocCategorySizeDatePackage
HTMLQuoteElement.javaAPI DocJava SE 5 API1096Fri Aug 26 14:58:40 BST 2005org.w3c.dom.html

HTMLQuoteElement

public interface HTMLQuoteElement implements HTMLElement
For the Q and BLOCKQUOTE elements. See the Q element definition in HTML 4.0.

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

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetCite()
A URI designating a source document or message. See the cite attribute definition in HTML 4.0.

public voidsetCite(java.lang.String cite)