public interface

HTMLQuoteElement

implements HTMLElement
org.w3c.dom.html.HTMLQuoteElement

Class Overview

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.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getCite()
A URI designating a source document or message.
abstract void setCite(String cite)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract String getCite ()

A URI designating a source document or message. See the cite attribute definition in HTML 4.0.

public abstract void setCite (String cite)