klyn.io.xml.sax.DefaultHandler.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.
Throws
  • SAXException if the SAX handler rejects the event or cannot process the reported XML structure.
Example
handler.ignorableWhitespace([' ', ' '], 0, 2)