|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.Node
org.kde.koala.CharacterData
org.kde.koala.Comment
public class Comment
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 |
---|
protected Comment(java.lang.Class dummy)
public Comment()
public Comment(Comment other)
public Comment(Node other)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |