Home | History | Annotate | Download | only in validation

Lines Matching defs:Validator

17 // $Id: Validator.java 888884 2009-12-09 17:36:46Z mrglavas $
34 * A validator is a thread-unsafe and non-reentrant object.
36 * sure that one {@link Validator} object is not used from
50 public abstract class Validator {
59 * Derived classes must create {@link Validator} objects that have
63 protected Validator() {
67 * <p>Reset this <code>Validator</code> to its original configuration.</p>
69 * <p><code>Validator</code> is reset to the same state as when it was created with
71 * <code>reset()</code> is designed to allow the reuse of existing <code>Validator</code>s
72 * thus saving resources associated with the creation of new <code>Validator</code>s.</p>
74 * <p>The reset <code>Validator</code> is not guaranteed to have the same {@link LSResourceResolver} or {@link ErrorHandler}
167 * a validator might just pass the same DOM node from
187 * If the validator is processing a
221 * {@link Validator} is not allowed to
243 * When a new {@link Validator} object is created, initially
252 * Gets the current {@link ErrorHandler} set to this {@link Validator}.
257 * if that method has never been called since this {@link Validator}
269 * {@link Validator} uses a {@link LSResourceResolver}
290 * then the {@link Validator} will abort the parsing and
295 * When a new {@link Validator} object is created, initially
304 * Gets the current {@link LSResourceResolver} set to this {@link Validator}.
309 * if that method has never been called since this {@link Validator}
322 * possible for a {@link Validator} to recognize a feature name but
335 * {@link Validator} recognizes the feature name but
352 * Feature can be used to control the way a {@link Validator}
353 * parses schemas, although {@link Validator}s are not required
357 * possible for a {@link Validator} to expose a feature value but
369 * {@link Validator} recognizes the feature name but
387 * possible for a {@link Validator} to recognize a property name but
393 * <p>{@link Validator}s are not required to recognize setting
401 * {@link Validator} recognizes the property name but
417 * possible for a {@link Validator} to recognize a property name but
422 * <p>{@link Validator}s are not required to recognize any specific