DocumentBuilder.ParseAsync Method

Definition

Overloads

ParseAsync(File)
ParseAsync(InputSource)
ParseAsync(Stream)
ParseAsync(String)
ParseAsync(Stream, String)

ParseAsync(File)

public System.Threading.Tasks.Task<Org.W3c.Dom.IDocument?> ParseAsync (Java.IO.File? f);
member this.ParseAsync : Java.IO.File -> System.Threading.Tasks.Task<Org.W3c.Dom.IDocument>

Parameters

f
File

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<Org.W3c.Dom.IDocument?> ParseAsync (Org.Xml.Sax.InputSource? is);
member this.ParseAsync : Org.Xml.Sax.InputSource -> System.Threading.Tasks.Task<Org.W3c.Dom.IDocument>

Parameters

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(Stream)

public System.Threading.Tasks.Task<Org.W3c.Dom.IDocument?> ParseAsync (System.IO.Stream? is);
member this.ParseAsync : System.IO.Stream -> System.Threading.Tasks.Task<Org.W3c.Dom.IDocument>

Parameters

is
Stream

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(String)

public System.Threading.Tasks.Task<Org.W3c.Dom.IDocument?> ParseAsync (string? uri);
member this.ParseAsync : string -> System.Threading.Tasks.Task<Org.W3c.Dom.IDocument>

Parameters

uri
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(Stream, String)

public System.Threading.Tasks.Task<Org.W3c.Dom.IDocument?> ParseAsync (System.IO.Stream? is, string? systemId);
member this.ParseAsync : System.IO.Stream * string -> System.Threading.Tasks.Task<Org.W3c.Dom.IDocument>

Parameters

is
Stream
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