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

Receives ignorable whitespace in element content.

Parameters
  • ch Character buffer.
  • start First character index.
  • length Number of characters.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.ignorableWhitespace(buffer, 0, Int(buffer.size))