org.xml.sax.ext.LexicalHandler.comment
method
public comment(ch as Array<Char>, start as Int, length as Int) as Void throws SAXException
Description

Reports an XML comment.

Parameters
ParameterDescription
chCharacter buffer.
startFirst character index.
lengthNumber of characters.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.comment(buffer, 0, Int(buffer.size))