Method StartCDATA
StartCDATA()
Report the start of a CDATA section.
Declaration
void StartCDATA()
Remarks
The contents of the CDATA section will be reported through the regular Characters(Char[], Int32, Int32) event; this event is intended only to report the boundary.
Exceptions
Type | Condition |
---|---|
SAXException | The application may raise an exception. |
See Also
EndEntity(System.String)