XMLReaderAdapter.IgnorableWhitespace(Char[], Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adapt a SAX2 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.
Implements
- Attributes
Exceptions
The client may raise a processing exception.
Remarks
Adapt a SAX2 ignorable whitespace event.
Java documentation for org.xml.sax.helpers.XMLReaderAdapter.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
See also
- <xref:Org.Xml.Sax.IContentHandler.IgnorableWhitespace(System.Char%5b%5d%2c+System.Int32%2c+System.Int32)>