Overview
>
org.xml.sax.ext
>
LexicalHandler
>
endCDATA
Version 0.1.2
Overview
Index
Tree
Deprecated
org.xml.sax.ext.LexicalHandler.endCDATA
method
public endCDATA() as Void throws SAXException
Description
Reports the end of a CDATA section.
Throws
SAXException if the application wants to interrupt parsing.
Example
handler.endCDATA()