Represents a comment in the HTML document, although it is generally not visually shown, such comments are available to be read in the source view. Comments are represented as content between <!– and –>.
no subtypes hierarchy
Initializer |
Comment(String data) Parameters:
|
Attributes | |
children | Source Codeshared actual {String+} children The children of this node. Refines Node.children |
data | Source Codeshared String data The textual data contained in this comment. |
Inherited Attributes |
Attributes inherited from: Node |
Attributes inherited from: Object |