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
  • ch Character buffer.
  • start First character index.
  • length Number of characters.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.comment(buffer, 0, Int(buffer.size))