org.kde.koala
Class HTMLQuoteElement
java.lang.Object
org.kde.koala.Node
org.kde.koala.Element
org.kde.koala.HTMLElement
org.kde.koala.HTMLQuoteElement
- All Implemented Interfaces:
- org.kde.qt.QtSupport
public class HTMLQuoteElement
- extends HTMLElement
For the Q
and BLOCKQUOTE
elements.
See the Q
element definition in HTML 4.0.
Note: The DOM is not quite consistent here. They also define the
HTMLBlockQuoteElement interface, to represent the BLOCKQUOTE
element. To resolve ambiquities, we use this one for the Q
element only.
Method Summary |
java.lang.String |
cite()
A URI designating a document that designates a source document
or message. |
void |
setCite(java.lang.String arg1)
see cite |
Methods inherited from class org.kde.koala.HTMLElement |
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title |
Methods inherited from class org.kde.koala.Element |
contentEditable, form, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, isHTMLElement, khtmlMalformedPrefix, khtmlMalformedQualifiedName, khtmlValidAttrName, khtmlValidPrefix, khtmlValidQualifiedName, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setContentEditable, style, tagName |
Methods inherited from class org.kde.koala.Node |
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTMLQuoteElement
protected HTMLQuoteElement(java.lang.Class dummy)
HTMLQuoteElement
public HTMLQuoteElement()
HTMLQuoteElement
public HTMLQuoteElement(HTMLQuoteElement other)
HTMLQuoteElement
public HTMLQuoteElement(Node other)
cite
public java.lang.String cite()
- A URI designating a document that designates a source document
or message. See the
cite attribute definition in HTML 4.0.
setCite
public void setCite(java.lang.String arg1)
- see cite