Comment

extends Node

A Comment object represents an XML Comment node.

Constructors

Comment other, Node deep comment = other.comment; Node comment this.comment = comment.stringValue();

Type Functions

string()

Functions inherited from Node