Language

ILSParserExtensions Class

Definition

Extension methods for ILSParser.

public static class ILSParserExtensions
type ILSParserExtensions = class
Inheritance
ILSParserExtensions

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.

Methods

Name Description
ParseAsync(ILSParser, ILSInput)

Invokes Parse(ILSInput) and returns its result as a task.

ParseURIAsync(ILSParser, String)

Invokes ParseURI(String) and returns its result as a task.

ParseWithContextAsync(ILSParser, ILSInput, INode, Int16)

Asynchronously parses an XML fragment using the specified context node and action.

Applies to