org.kde.koala
Class HTMLModElement

java.lang.Object
  extended by org.kde.koala.Node
      extended by org.kde.koala.Element
          extended by org.kde.koala.HTMLElement
              extended by org.kde.koala.HTMLModElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLModElement
extends HTMLElement

Notice of modification to part of a document. See the INS and DEL element definitions in HTML 4.0.


Constructor Summary
  HTMLModElement()
           
protected HTMLModElement(java.lang.Class dummy)
           
  HTMLModElement(HTMLModElement other)
           
  HTMLModElement(Node other)
           
 
Method Summary
 java.lang.String cite()
          A URI designating a document that describes the reason for the change.
 java.lang.String dateTime()
          The date and time of the change.
 void setCite(java.lang.String arg1)
          see cite
 void setDateTime(java.lang.String arg1)
          see dateTime
 
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
 

Constructor Detail

HTMLModElement

protected HTMLModElement(java.lang.Class dummy)

HTMLModElement

public HTMLModElement()

HTMLModElement

public HTMLModElement(HTMLModElement other)

HTMLModElement

public HTMLModElement(Node other)
Method Detail

cite

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


setCite

public void setCite(java.lang.String arg1)
see cite


dateTime

public java.lang.String dateTime()
The date and time of the change. See the datetime attribute definition in HTML 4.0.


setDateTime

public void setDateTime(java.lang.String arg1)
see dateTime