Org.Xml.Sax.IXMLReader Members

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

Public Properties

ContentHandlerIContentHandler. Return the current content handler.
DTDHandlerIDTDHandler. Return the current DTD handler.
EntityResolverIEntityResolver. Return the current entity resolver.
ErrorHandlerIErrorHandler. Return the current error handler.

Public Methods

GetFeature(string) : bool
Look up the value of a feature flag.
GetProperty(string) : Java.Lang.Object
Look up the value of a property.
Parse(InputSource)
Parse an XML document.
Parse(string)
Parse an XML document from a system identifier (URI).
SetFeature(string, bool)
Set the value of a feature flag.
SetProperty(string, Java.Lang.Object)
Set the value of a property.