Javax.Xml.Parsers.SAXParser.Parse Method
Parse the content given Org.Xml.Sax.InputSource as XML using the specified Org.Xml.Sax.HandlerBase.

Syntax

[Android.Runtime.Register("parse", "(Lorg/xml/sax/InputSource;Lorg/xml/sax/HandlerBase;)V", "GetParse_Lorg_xml_sax_InputSource_Lorg_xml_sax_HandlerBase_Handler")]
public virtual void Parse (Org.Xml.Sax.InputSource source, Org.Xml.Sax.HandlerBase handler)

See Also

Org.Xml.Sax.IDocumentHandler

Parameters

is
The InputSource containing the content to be parsed.
hb
The SAX HandlerBase to use.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionIf the InputSource object is null.
Java.IO.IOExceptionIf any IO errors occur.
Org.Xml.Sax.SAXExceptionIf any SAX errors occur during processing.

Remarks

Parse the content given Org.Xml.Sax.InputSource as XML using the specified Org.Xml.Sax.HandlerBase. Use of the DefaultHandler version of this method is recommended as the HandlerBase class has been deprecated in SAX 2.0

[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