Home | History | Annotate | Download | only in validation

Lines Matching defs:ValidatorHandler

17 // $Id: ValidatorHandler.java 446598 2006-09-15 12:55:40Z jeremias $
31 * A {@link ValidatorHandler} object is a thread-unsafe, non-reentrant object.
33 * sure that one {@link ValidatorHandler} object is not used from
37 * {@link ValidatorHandler} checks if the SAX events follow
43 * {@link ValidatorHandler} extends from {@link ContentHandler},
53 * <li>Applications must ensure that {@link ValidatorHandler}'s
58 * If the {@link ValidatorHandler} introduces additional namespace
68 * A {@link ValidatorHandler} is automatically reset every time
74 * by all {@link ValidatorHandler} implementations.
78 * This feature controls how a {@link ValidatorHandler} introduces
98 * a {@link ValidatorHandler} receives SAX events. It merely
107 public abstract class ValidatorHandler implements ContentHandler {
116 * Derived classes must create {@link ValidatorHandler} objects that have
120 protected ValidatorHandler() {
129 * {@link ValidatorHandler} will work as a filter
134 * In doing so, a {@link ValidatorHandler} may modify
138 * A {@link ValidatorHandler} may buffer events to certain
139 * extent, but to allow {@link ValidatorHandler} to be used
148 * are invoked on a {@link ValidatorHandler},
152 * <li>{@link ValidatorHandler} may not introduce new elements that
155 * <li>{@link ValidatorHandler} may not remove attributes that were
162 * from the {@link ValidatorHandler}. The {@link ErrorHandler}
180 * if that method has never been called since this {@link ValidatorHandler}
209 * {@link ValidatorHandler} is not allowed to
231 * When a new {@link ValidatorHandler} object is created, initially
240 * Gets the current {@link ErrorHandler} set to this {@link ValidatorHandler}.
245 * if that method has never been called since this {@link ValidatorHandler}
257 * {@link ValidatorHandler} uses a {@link LSResourceResolver}
278 * then the {@link ValidatorHandler} will abort the parsing and
283 * When a new {@link ValidatorHandler} object is created, initially
292 * Gets the current {@link LSResourceResolver} set to this {@link ValidatorHandler}.
297 * if that method has never been called since this {@link ValidatorHandler}
306 * {@link ValidatorHandler}.
330 * possible for a {@link ValidatorHandler} to recognize a feature name but
343 * {@link ValidatorHandler} recognizes the feature name but
360 * Feature can be used to control the way a {@link ValidatorHandler}
361 * parses schemas, although {@link ValidatorHandler}s are not required
365 * possible for a {@link ValidatorHandler} to expose a feature value but
377 * {@link ValidatorHandler} recognizes the feature name but
395 * possible for a {@link ValidatorHandler} to recognize a property name but
401 * <p>{@link ValidatorHandler}s are not required to recognize setting
410 * {@link ValidatorHandler} recognizes the property name but
426 * possible for a {@link ValidatorHandler} to recognize a property name but
431 * <p>{@link ValidatorHandler}s are not required to recognize any specific