Org.Xml.Sax.IDocumentHandler: Method Members

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

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.