Reset this Validator
to its original configuration.
Validator
is reset to the same state as when it was created with {@link Schema#newValidator()}. reset()
is designed to allow the reuse of existing Validator
s thus saving resources associated with the creation of new Validator
s.
The reset Validator
is not guaranteed to have the same {@link LSResourceResolver} or {@link ErrorHandler}Object
s, e.g. {@link Object#equals(Object obj)}. It is guaranteed to have a functionally equal LSResourceResolver
and ErrorHandler
.
|
|
|
|
|
|