Javax.Xml.Parsers.SAXParser.XMLReader Property
Returns the Org.Xml.Sax.IXMLReader that is encapsulated by the implementation of this class.

Syntax

[get: Android.Runtime.Register("getXMLReader", "()Lorg/xml/sax/XMLReader;", "GetGetXMLReaderHandler")]
public abstract Org.Xml.Sax.IXMLReader XMLReader { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.Xml.Sax.SAXExceptionIf any SAX errors occur during processing.

Remarks

Returns the Org.Xml.Sax.IXMLReader that is encapsulated by the implementation of this class.

[Android Documentation]

Requirements

Namespace: Javax.Xml.Parsers
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1