HandlerBase.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.
Caution
deprecated
Receive notification of ignorable whitespace in element content.
[Android.Runtime.Register("ignorableWhitespace", "([CII)V", "GetIgnorableWhitespace_arrayCIIHandler")]
[System.Obsolete("deprecated")]
public virtual void IgnorableWhitespace (char[]? ch, int start, int length);
[<Android.Runtime.Register("ignorableWhitespace", "([CII)V", "GetIgnorableWhitespace_arrayCIIHandler")>]
[<System.Obsolete("deprecated")>]
abstract member IgnorableWhitespace : char[] * int * int -> unit
override this.IgnorableWhitespace : char[] * int * int -> unit
Parameters
- ch
- Char[]
The whitespace characters.
- start
- Int32
The start position in the character array.
- length
- Int32
The number of characters to use from the character array.
Implements
- Attributes
Exceptions
Any SAX exception, possibly wrapping another exception.
Remarks
Receive notification of ignorable whitespace in element content.
By default, do nothing. Application writers may override this method to take specific actions for each chunk of ignorable whitespace (such as adding data to a node or buffer, or printing it to a file).
Java documentation for org.xml.sax.HandlerBase.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.IDocumentHandler.IgnorableWhitespace(System.Char%5b%5d%2c+System.Int32%2c+System.Int32)>