org.xml.sax.DocumentHandler.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
ParameterDescription
chCharacter buffer.
startFirst character index.
lengthNumber of characters.
Throws
  • SAXException if the application wants to interrupt parsing.
Example
handler.ignorableWhitespace(buffer, 0, Int(buffer.size))