Driver.ParseAsync Method

Definition

Overloads

ParseAsync(String)
ParseAsync(InputSource)

ParseAsync(String)

public System.Threading.Tasks.Task ParseAsync (string? systemId);
member this.ParseAsync : string -> System.Threading.Tasks.Task

Parameters

systemId
String

Returns

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

ParseAsync(InputSource)

public System.Threading.Tasks.Task ParseAsync (Org.Xml.Sax.InputSource? source);
member this.ParseAsync : Org.Xml.Sax.InputSource -> System.Threading.Tasks.Task

Parameters

source
InputSource

Returns

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