All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.w3c.dom.html.HTMLQuoteElement

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


Method Index

 o getCite()
A URI designating a document that designates a source document or message.
 o setCite(String)

Methods

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

 o setCite
 public abstract void setCite(String cite)

All Packages  Class Hierarchy  This Package  Previous  Next  Index