klyn.io.xml.sax.DefaultHandler2.comment
method
public comment(ch as Array<CodeUnit>, start as Int, length as Int) as Void throws SAXException:
Description

Receives an XML comment.

Parameters
ParameterDescription
chCharacter buffer.
startFirst character index.
lengthNumber of characters.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.comment("ok".codeUnits, 0, 2)