Org.Xml.Sax.IDocumentHandler Members

The members of Org.Xml.Sax.IDocumentHandler are listed below.

Public Methods

Characters(char[], int, int)
Receive notification of character data.
EndDocument()
Receive notification of the end of a document.
EndElement(string)
Receive notification of the end of an element.
IgnorableWhitespace(char[], int, int)
Receive notification of ignorable whitespace in element content.
ProcessingInstruction(string, string)
Receive notification of a processing instruction.
SetDocumentLocator(ILocator)
Receive an object for locating the origin of SAX document events.
StartDocument()
Receive notification of the beginning of a document.
StartElement(string, IAttributeList)
Receive notification of the beginning of an element.