org.w3c.dom.html
Interface HTMLBlockquoteElement


public abstract interface HTMLBlockquoteElement
extends HTMLElement

??? See the BLOCKQUOTE element definition in HTML 4.0.


Fields inherited from class org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
 
Method Summary
 java.lang.String getCite()
          A URI designating a document that describes the reason forthe change.
 void setCite(java.lang.String cite)
           
 
Methods inherited from interface org.w3c.dom.html.HTMLElement
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle
 
Methods inherited from interface org.w3c.dom.Element
getAttribute, getAttributeNode, getElementsByTagName, getTagName, normalize, removeAttribute, removeAttributeNode, setAttribute, setAttributeNode
 
Methods inherited from interface org.w3c.dom.Node
appendChild, cloneNode, getAttributes, getChildNodes, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPreviousSibling, hasChildNodes, insertBefore, removeChild, replaceChild, setNodeValue
 

Method Detail

getCite

public java.lang.String getCite()
A URI designating a document that describes the reason forthe change. See the cite attribute definition in HTML 4.0.

setCite

public void setCite(java.lang.String cite)