klyn.io.xml.sax.DefaultHandler.characters
method
public characters(ch as Array<Char>, start as Int, length as Int) as Void throws SAXException:
Description

Receives character data.

Parameters
  • ch Character buffer.
  • start First character index.
  • length Number of characters.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.characters(['t', 'x', 't'], 0, 3)