Method IgnorableWhitespace
IgnorableWhitespace(Char[], Int32, Int32)
Filter an ignorable whitespace event.
Declaration
public virtual void IgnorableWhitespace(char[] ch, int start, int length)
Parameters
Type | Name | Description |
---|---|---|
System.Char[] | ch | An array of characters. |
System.Int32 | start | The starting position in the array. |
System.Int32 | length | The number of characters to use from the array. |
Implements
Exceptions
Type | Condition |
---|---|
SAXException | The client may throw an exception during processing. |