Home » xml-commons-external-1.4.01-src » org.w3c » dom » html » [javadoc | source]
org.w3c.dom.html
public interface: HTMLQuoteElement [javadoc | source]

All Implemented Interfaces:
    HTMLElement

For the Q and BLOCKQUOTE elements. See the Q element definition in HTML 4.0.
Method from org.w3c.dom.html.HTMLQuoteElement Summary:
getCite,   setCite
Method from org.w3c.dom.html.HTMLQuoteElement Detail:
 public String getCite()
    A URI designating a document that designates a source document or message. See the cite attribute definition in HTML 4.0.
 public  void setCite(String cite)