Android.Util.Xml.Parse Method
Parses the given xml string and fires events on the given SAX handler.

Syntax

[Android.Runtime.Register("parse", "(Ljava/lang/String;Lorg/xml/sax/ContentHandler;)V", "")]
public static void Parse (string xml, Org.Xml.Sax.IContentHandler contentHandler)

Parameters

xml
Documentation for this section has not yet been entered.
contentHandler
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Org.Xml.Sax.SAXException

Remarks

Parses the given xml string and fires events on the given SAX handler.

[Android Documentation]

Requirements

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