Org.Xml.Sax.IXMLReader: Method Members

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

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.