Share via


SAXParser.XMLReader Property

Definition

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

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

Property Value

Attributes

Exceptions

If any SAX errors occur during processing.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to