Org.Xml.Sax.Helpers.DefaultHandler.IgnorableWhitespace Method
Receive notification of ignorable whitespace in element content.

Syntax

[Android.Runtime.Register("ignorableWhitespace", "([CII)V", "GetIgnorableWhitespace_arrayCIIHandler")]
public virtual void IgnorableWhitespace (char[] ch, int start, int length)

See Also

Org.Xml.Sax.IContentHandler.IgnorableWhitespace(Char[], System.Int32, System.Int32)

Parameters

ch
The whitespace characters.
start
The start position in the character array.
length
The number of characters to use from the character array.

Exceptions

TypeReason
Org.Xml.Sax.SAXExceptionAny SAX exception, possibly wrapping another exception.

Remarks

Receive notification of ignorable whitespace in element content.

By default, do nothing. Application writers may override this method to take specific actions for each chunk of ignorable whitespace (such as adding data to a node or buffer, or printing it to a file).

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax.Helpers
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1