The methods of Org.Xml.Sax.Ext.ILexicalHandler are listed below. For a list of all members, see the ILexicalHandler Members list.
Comment(char[], int, int)Report an XML comment anywhere in the document. | ||
EndCDATA()Report the end of a CDATA section. | ||
EndDTD()Report the end of DTD declarations. | ||
EndEntity(string)Report the end of an entity. | ||
StartCDATA()Report the start of a CDATA section. | ||
StartDTD(string, string, string)Report the start of DTD declarations, if any. | ||
StartEntity(string)Report the beginning of some internal and external XML entities. | ||