public comment(ch as Array<Char>, start as Int, length as Int) as Void throws SAXException:
Receives an XML comment.
| Parameter | Description |
|---|---|
ch | Character buffer. |
start | First character index. |
length | Number of characters. |
handler.comment(['o', 'k'], 0, 2)