comment

comment(text: String) updating, protected;

The comment event method of the JadeXMLDocumentParser class receives notification of an XML comment specified in the characters in the text parameter.

The parser calls this event method (if implemented) to report comments anywhere in the XML document (that is, inside or outside the root element).