Org.Xml.Sax.Ext.DefaultHandler2.StartCDATA Method
Report the start of a CDATA section.

Syntax

[Android.Runtime.Register("startCDATA", "()V", "GetStartCDATAHandler")]
public virtual void StartCDATA ()

Exceptions

TypeReason
Org.Xml.Sax.SAXException

Remarks

Report the start of a CDATA section.

The contents of the CDATA section will be reported through the regular Org.Xml.Sax.IContentHandler.Characters(Char[], System.Int32, System.Int32) event; this event is intended only to report the boundary.

[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