Method IgnorableWhitespace
IgnorableWhitespace(Char[], Int32, Int32)
Write ignorable whitespace. Pass the event on down the filter chain for further processing.
Declaration
public override void IgnorableWhitespace(char[] ch, int start, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | ch | The array of characters to write. |
System.Int32 | start | The starting position in the array. |
System.Int32 | length | The number of characters to write. |
Overrides
Exceptions
Type | Condition |
---|---|
SAXException | If there is an error writing the whitespace, or if a handler further down the filter chain raises an exception. |