XMLFilterImpl.Characters(Char[], Int32, Int32) Method

Definition

Filter a character data event.

[Android.Runtime.Register("characters", "([CII)V", "GetCharacters_arrayCIIHandler")]
public virtual void Characters (char[]? ch, int start, int length);
[<Android.Runtime.Register("characters", "([CII)V", "GetCharacters_arrayCIIHandler")>]
abstract member Characters : char[] * int * int -> unit
override this.Characters : char[] * int * int -> unit

Parameters

ch
Char[]

An array of characters.

start
Int32

The starting position in the array.

length
Int32

The number of characters to use from the array.

Implements

Attributes

Exceptions

The client may throw an exception during processing.

Remarks

Filter a character data event.

Java documentation for org.xml.sax.helpers.XMLFilterImpl.characters(char[], int, int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to