Org.Xmlpull.V1.Sax2.Driver.Parse Method
Parse an XML document from a system identifier (URI).

Syntax

[Android.Runtime.Register("parse", "(Ljava/lang/String;)V", "GetParse_Ljava_lang_String_Handler")]
public virtual void Parse (string systemId)

Parameters

systemId
The system identifier (URI).

Exceptions

TypeReason
Org.Xml.Sax.SAXException
Java.IO.IOException

Remarks

Parse an XML document from a system identifier (URI).

java Example

 parse(new InputSource(systemId));
 

This method is a shortcut for the common case of reading a document from a system identifier. It is the exact equivalent of the following:

If the system identifier is a URL, it must be fully resolved by the application before it is passed to the parser.

[Android Documentation]

Requirements

Namespace: Org.Xmlpull.V1.Sax2
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1