Save This Page
Home » openjdk-7 » org.w3c » dom » html2 » [javadoc | source]
org.w3c.dom.html2
public interface: HTMLQuoteElement [javadoc | source]

All Implemented Interfaces:
    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 from org.w3c.dom.html2.HTMLQuoteElement Summary:
getCite,   setCite
Method from org.w3c.dom.html2.HTMLQuoteElement Detail:
 public String getCite()
    A URI [IETF RFC 2396] designating a source document or message. See the cite attribute definition in HTML 4.01.
 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.