Org.Xml.Sax.Helpers.DefaultHandler.Characters Method
Receive notification of character data inside an element.

Syntax

[Android.Runtime.Register("characters", "([CII)V", "GetCharacters_arrayCIIHandler")]
public virtual void Characters (char[] ch, int start, int length)

See Also

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

Parameters

ch
The 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 character data inside an element.

By default, do nothing. Application writers may override this method to take specific actions for each chunk of character data (such as adding the 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