Driver.Parse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Parse(InputSource) |
Parse an XML document. |
Parse(String) |
Parse an XML document from a system identifier (URI). |
Parse(InputSource)
Parse an XML document.
[Android.Runtime.Register("parse", "(Lorg/xml/sax/InputSource;)V", "GetParse_Lorg_xml_sax_InputSource_Handler")]
public virtual void Parse (Org.Xml.Sax.InputSource? source);
[<Android.Runtime.Register("parse", "(Lorg/xml/sax/InputSource;)V", "GetParse_Lorg_xml_sax_InputSource_Handler")>]
abstract member Parse : Org.Xml.Sax.InputSource -> unit
override this.Parse : Org.Xml.Sax.InputSource -> unit
Parameters
- source
- InputSource
The input source for the top-level of the XML document.
Implements
- Attributes
Exceptions
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
Parse(String)
Parse an XML document from a system identifier (URI).
[Android.Runtime.Register("parse", "(Ljava/lang/String;)V", "GetParse_Ljava_lang_String_Handler")]
public virtual void Parse (string? systemId);
[<Android.Runtime.Register("parse", "(Ljava/lang/String;)V", "GetParse_Ljava_lang_String_Handler")>]
abstract member Parse : string -> unit
override this.Parse : string -> unit
Parameters
- systemId
- String
The system identifier (URI).
Implements
- Attributes
Exceptions
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.