Aracılığıyla paylaş


SAXParser.ParseAsync Method

Definition

Overloads

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

ParseAsync(Stream, DefaultHandler, String)

public System.Threading.Tasks.Task ParseAsync (System.IO.Stream? is, Org.Xml.Sax.Helpers.DefaultHandler? dh, string? systemId);
member this.ParseAsync : System.IO.Stream * Org.Xml.Sax.Helpers.DefaultHandler * string -> System.Threading.Tasks.Task

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

ParseAsync(Stream, HandlerBase, String)

public System.Threading.Tasks.Task ParseAsync (System.IO.Stream? is, Org.Xml.Sax.HandlerBase? hb, string? systemId);
member this.ParseAsync : System.IO.Stream * Org.Xml.Sax.HandlerBase * string -> System.Threading.Tasks.Task

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

ParseAsync(String, DefaultHandler)

public System.Threading.Tasks.Task ParseAsync (string? uri, Org.Xml.Sax.Helpers.DefaultHandler? dh);
member this.ParseAsync : string * Org.Xml.Sax.Helpers.DefaultHandler -> System.Threading.Tasks.Task

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

public System.Threading.Tasks.Task ParseAsync (string? uri, Org.Xml.Sax.HandlerBase? hb);
member this.ParseAsync : string * Org.Xml.Sax.HandlerBase -> System.Threading.Tasks.Task

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, DefaultHandler)

public System.Threading.Tasks.Task ParseAsync (System.IO.Stream? is, Org.Xml.Sax.Helpers.DefaultHandler? dh);
member this.ParseAsync : System.IO.Stream * Org.Xml.Sax.Helpers.DefaultHandler -> System.Threading.Tasks.Task

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(InputSource, DefaultHandler)

public System.Threading.Tasks.Task ParseAsync (Org.Xml.Sax.InputSource? is, Org.Xml.Sax.Helpers.DefaultHandler? dh);
member this.ParseAsync : Org.Xml.Sax.InputSource * Org.Xml.Sax.Helpers.DefaultHandler -> System.Threading.Tasks.Task

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(InputSource, HandlerBase)

public System.Threading.Tasks.Task ParseAsync (Org.Xml.Sax.InputSource? is, Org.Xml.Sax.HandlerBase? hb);
member this.ParseAsync : Org.Xml.Sax.InputSource * Org.Xml.Sax.HandlerBase -> System.Threading.Tasks.Task

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(File, DefaultHandler)

public System.Threading.Tasks.Task ParseAsync (Java.IO.File? f, Org.Xml.Sax.Helpers.DefaultHandler? dh);
member this.ParseAsync : Java.IO.File * Org.Xml.Sax.Helpers.DefaultHandler -> System.Threading.Tasks.Task

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(File, HandlerBase)

public System.Threading.Tasks.Task ParseAsync (Java.IO.File? f, Org.Xml.Sax.HandlerBase? hb);
member this.ParseAsync : Java.IO.File * Org.Xml.Sax.HandlerBase -> System.Threading.Tasks.Task

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

public System.Threading.Tasks.Task ParseAsync (System.IO.Stream? is, Org.Xml.Sax.HandlerBase? hb);
member this.ParseAsync : System.IO.Stream * Org.Xml.Sax.HandlerBase -> System.Threading.Tasks.Task

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