IParserExtensions.ParseAsync Method

Definition

Overloads

ParseAsync(IParser, InputSource)
ParseAsync(IParser, String)

ParseAsync(IParser, InputSource)

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

Parameters

self
IParser
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

ParseAsync(IParser, String)

public static System.Threading.Tasks.Task ParseAsync (this Org.Xml.Sax.IParser self, string? systemId);
static member ParseAsync : Org.Xml.Sax.IParser * string -> System.Threading.Tasks.Task

Parameters

self
IParser
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