ILexicalHandler.StartCDATA Method

Definition

Report the start of a CDATA section.

[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 ();
[<Android.Runtime.Register("startCDATA", "()V", "GetStartCDATAHandler:Org.Xml.Sax.Ext.ILexicalHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member StartCDATA : unit -> unit
Attributes

Exceptions

The 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.ContentHandler#characters characters event; this event is intended only to report the boundary.

Java documentation for org.xml.sax.ext.LexicalHandler.startCDATA().

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