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

Receives ignorable whitespace.

Parameters
ParameterDescription
chCharacter buffer.
startFirst character index.
lengthNumber of characters.
Example
handler.ignorableWhitespace(buffer, 0, Int(buffer.size))