Javax.Xml.Validation.Validator.Reset Method

Syntax

[Android.Runtime.Register("reset", "()V", "GetResetHandler")]
public abstract void Reset ()

Remarks

Reset this Validator to its original configuration.

Validator is reset to the same state as when it was created with Schema.NewValidator. reset() is designed to allow the reuse of existing Validators thus saving resources associated with the creation of new Validators.

The reset Validator is not guaranteed to have the same Org.W3c.Dom.LS.ILSResourceResolver or Org.Xml.Sax.IErrorHandlerObjects, e.g. Java.Lang.Object.Equals(Java.Lang.Object). It is guaranteed to have a functionally equal LSResourceResolver and ErrorHandler.

[Android Documentation]

Requirements

Namespace: Javax.Xml.Validation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8