org.w3c.dom.html
public interface HTMLQuoteElement extends HTMLElement
Q
and BLOCKQUOTE
elements. See the Q
element definition in HTML 4.0.
See also the Document Object Model (DOM) Level 1 Specification (Second Edition).
Method Summary | |
---|---|
String | getCite()
A URI designating a source document or message. |
void | setCite(String cite) |