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

Syntax

[Android.Runtime.Register("startCDATA", "()V", "GetStartCDATAHandler:Org.Xml.Sax.Ext.ILexicalHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void StartCDATA ()

See Also

ILexicalHandler.EndCDATA

Exceptions

TypeReason
Org.Xml.Sax.SAXExceptionThe application may raise an exception.

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