The members of Org.Xml.Sax.IXMLReader are listed below.
ContentHandler | IContentHandler. Return the current content handler. | |
DTDHandler | IDTDHandler. Return the current DTD handler. | |
EntityResolver | IEntityResolver. Return the current entity resolver. | |
ErrorHandler | IErrorHandler. Return the current error handler. |
GetFeature(string)Look up the value of a feature flag. | ||
GetProperty(string)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. |