Org.Xml.Sax.Ext.DefaultHandler2.Comment Method
Report an XML comment anywhere in the document.

Syntax

[Android.Runtime.Register("comment", "([CII)V", "GetComment_arrayCIIHandler")]
public virtual void Comment (char[] ch, int start, int length)

Parameters

ch
An array holding the characters in the comment.
start
The starting position in the array.
length
The number of characters to use from the array.

Exceptions

TypeReason
Org.Xml.Sax.SAXException

Remarks

Report an XML comment anywhere in the document.

This callback will be used for comments inside or outside the document element, including comments in the external DTD subset (if read). Comments in the DTD must be properly nested inside start/endDTD and start/endEntity events (if used).

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax.Ext
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1