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

Definition

Filter an ignorable whitespace event.

[Android.Runtime.Register("ignorableWhitespace", "([CII)V", "GetIgnorableWhitespace_arrayCIIHandler")]
public virtual void IgnorableWhitespace (char[]? ch, int start, int length);
[<Android.Runtime.Register("ignorableWhitespace", "([CII)V", "GetIgnorableWhitespace_arrayCIIHandler")>]
abstract member IgnorableWhitespace : char[] * int * int -> unit
override this.IgnorableWhitespace : 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 an ignorable whitespace event.

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