Validator.ValidateAsync Method

Definition

Overloads

ValidateAsync(ISource)
ValidateAsync(ISource, IResult)

ValidateAsync(ISource)

public System.Threading.Tasks.Task ValidateAsync (Javax.Xml.Transform.ISource? source);
member this.ValidateAsync : Javax.Xml.Transform.ISource -> System.Threading.Tasks.Task

Parameters

source
ISource

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

ValidateAsync(ISource, IResult)

public System.Threading.Tasks.Task ValidateAsync (Javax.Xml.Transform.ISource? source, Javax.Xml.Transform.IResult? result);
member this.ValidateAsync : Javax.Xml.Transform.ISource * Javax.Xml.Transform.IResult -> System.Threading.Tasks.Task

Parameters

source
ISource
result
IResult

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