src/java.xml/share/classes/javax/xml/validation/ValidatorHandler.java
changeset 48412 d4412e380f6b
parent 47216 71c04702a3d5
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
   105  * a {@link ValidatorHandler} receives SAX events. It merely
   105  * a {@link ValidatorHandler} receives SAX events. It merely
   106  * changes the way it augments SAX events.
   106  * changes the way it augments SAX events.
   107  *
   107  *
   108  * <p>This feature is set to <code>false</code> by default.</p>
   108  * <p>This feature is set to <code>false</code> by default.</p>
   109  *
   109  *
   110  * @author  <a href="mailto:Kohsuke.Kawaguchi@Sun.com">Kohsuke Kawaguchi</a>
   110  * @author  Kohsuke Kawaguchi
   111  * @since 1.5
   111  * @since 1.5
   112  */
   112  */
   113 public abstract class ValidatorHandler implements ContentHandler {
   113 public abstract class ValidatorHandler implements ContentHandler {
   114 
   114 
   115     /**
   115     /**