org.kde.koala
Class Comment

java.lang.Object
  extended by org.kde.koala.Node
      extended by org.kde.koala.CharacterData
          extended by org.kde.koala.Comment
All Implemented Interfaces:
org.kde.qt.QtSupport

public class Comment
extends CharacterData

This represents the content of a comment, i.e., all the characters between the starting ' <!-- ' and ending ' --> '. Note that this is the definition of a comment in XML, and, in practice, HTML, although some HTML tools may implement the full SGML comment structure.


Constructor Summary
  Comment()
           
protected Comment(java.lang.Class dummy)
           
  Comment(Comment other)
           
  Comment(Node other)
           
 
Method Summary
 
Methods inherited from class org.kde.koala.CharacterData
appendData, data, deleteData, insertData, length, replaceData, setData, substringData
 
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

Comment

protected Comment(java.lang.Class dummy)

Comment

public Comment()

Comment

public Comment(Comment other)

Comment

public Comment(Node other)