Save This Page
Home » openjdk-7 » 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.

See also the Document Object Model (DOM) Level 2 Specification.
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 source document or message. See the cite attribute definition in HTML 4.0.
 public  void setCite(String cite)