Javax.Xml.Validation.Validator: Method Members

The methods of Javax.Xml.Validation.Validator are listed below. For a list of all members, see the Validator Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

GetFeature(string) : bool
Look up the value of a feature flag.
GetProperty(string) : Java.Lang.Object
Look up the value of a property.
abstract
Reset()
SetFeature(string, bool)
Set the value of a feature flag.
SetProperty(string, Java.Lang.Object)
Set the value of a property.
Validate(Javax.Xml.Transform.ISource)
Validates the specified input.
abstract
Validate(Javax.Xml.Transform.ISource, Javax.Xml.Transform.IResult)
Validates the specified input and send the augmented validation result to the specified output.
ValidateAsync(Javax.Xml.Transform.ISource) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
ValidateAsync(Javax.Xml.Transform.ISource, Javax.Xml.Transform.IResult) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.