Searched defs:ValidatorHandler (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/javax/xml/validation/
H A DValidatorHandler.java38 * A {@link ValidatorHandler} object is not thread-safe and not reentrant.
40 * sure that one {@link ValidatorHandler} object is not used from
44 * {@link ValidatorHandler} checks if the SAX events follow
50 * {@link ValidatorHandler} extends from {@link ContentHandler},
60 * <li>Applications must ensure that {@link ValidatorHandler}'s
65 * If the {@link ValidatorHandler} introduces additional namespace
75 * A {@link ValidatorHandler} is automatically reset every time
81 * by all {@link ValidatorHandler} implementations.
85 * This feature controls how a {@link ValidatorHandler} introduces
105 * a {@link ValidatorHandler} receive
113 public abstract class ValidatorHandler implements ContentHandler { class in inherits:ContentHandler
124 protected ValidatorHandler() { method in class:ValidatorHandler
[all...]

Completed in 36 milliseconds