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

Definition

Adapter implementation method; do not call.

[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.

Implements

Attributes

Exceptions

The client may raise a processing exception.

Remarks

Adapter implementation method; do not call. Adapt a SAX1 characters event.

Java documentation for org.xml.sax.helpers.ParserAdapter.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

See also

  • <xref:Org.Xml.Sax.IDocumentHandler.Characters(System.Char%5b%5d%2c+System.Int32%2c+System.Int32)>