public ignorableWhitespace(ch as Array<Char>, start as Int, length as Int) as Void throws SAXException:
Receives ignorable whitespace.
| Parameter | Description |
|---|---|
ch | Character buffer. |
start | First character index. |
length | Number of characters. |
handler.ignorableWhitespace([' ', ' '], 0, 2)