org.kde.koala

Class Comment

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.

UNKNOWN: This represents the content of a comment, i.

Constructor Summary
protected Comment(Class dummy)
Comment()
Comment(Comment other)
Comment(Node other)

Constructor Detail

Comment

protected Comment(Class dummy)

Comment

public Comment()

Comment

public Comment(Comment other)

Comment

public Comment(Node other)