Org.Xml.Sax.Ext.DefaultHandler2: Method Members

The methods of Org.Xml.Sax.Ext.DefaultHandler2 are listed below. For a list of all members, see the DefaultHandler2 Members list.

See Also: Inherited members from Org.Xml.Sax.Helpers.DefaultHandler

Public Methods

AttributeDecl(string, string, string, string, string)
Report an attribute type declaration.
Comment(char[], int, int)
Report an XML comment anywhere in the document.
ElementDecl(string, string)
Report an element type declaration.
EndCDATA()
Report the end of a CDATA section.
EndDTD()
Report the end of DTD declarations.
EndEntity(string)
Report the end of an entity.
ExternalEntityDecl(string, string, string)
Report a parsed external entity declaration.
GetExternalSubset(string, string) : Org.Xml.Sax.InputSource
Tells the parser that if no external subset has been declared in the document text, none should be used.
InternalEntityDecl(string, string)
Report an internal entity declaration.
ResolveEntity(string, string, string, string) : Org.Xml.Sax.InputSource
Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI.
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.