All Packages Class Hierarchy This Package Previous Next Index
Interface org.w3c.dom.html.HTMLBlockquoteElement
- public interface HTMLBlockquoteElement
- extends HTMLElement
??? See the BLOCKQUOTE element definition in HTML 4.0.
-
getCite()
- A URI designating a document that describes the reason for
the change.
-
setCite(String)
-
getCite
public abstract String getCite()
- A URI designating a document that describes the reason for
the change. See the cite attribute definition in HTML 4.0.
setCite
public abstract void setCite(String cite)
All Packages Class Hierarchy This Package Previous Next Index