Org.Xml.Sax.IParser Members

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

Public Methods

Parse(InputSource)
Parse an XML document.
Parse(string)
Parse an XML document from a system identifier (URI).
SetDocumentHandler(IDocumentHandler)
Allow an application to register a document event handler.
SetDTDHandler(IDTDHandler)
Allow an application to register a DTD event handler.
SetEntityResolver(IEntityResolver)
Allow an application to register a custom entity resolver.
SetErrorHandler(IErrorHandler)
Allow an application to register an error event handler.
SetLocale(Java.Util.Locale)
Allow an application to request a locale for errors and warnings.