ValidatorHandler.IgnorableWhitespace(Char[], Int32, Int32) Method

Definition

Receive notification of ignorable whitespace in element content.

[Android.Runtime.Register("ignorableWhitespace", "([CII)V", "GetIgnorableWhitespace_arrayCIIHandler")]
public abstract void IgnorableWhitespace (char[]? ch, int start, int length);
[<Android.Runtime.Register("ignorableWhitespace", "([CII)V", "GetIgnorableWhitespace_arrayCIIHandler")>]
abstract member IgnorableWhitespace : char[] * int * int -> unit

Parameters

ch
Char[]

the characters from the XML document

start
Int32

the start position in the array

length
Int32

the number of characters to read from the array

Implements

Attributes

Remarks

Java documentation for org.xml.sax.ContentHandler.ignorableWhitespace(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