src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorHandlerImpl.java
changeset 48412 d4412e380f6b
parent 48409 5ab69533994b
child 48577 8dff65f1d611
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    89 
    89 
    90 /**
    90 /**
    91  * <p>Implementation of ValidatorHandler for W3C XML Schemas and
    91  * <p>Implementation of ValidatorHandler for W3C XML Schemas and
    92  * also a validator helper for <code>SAXSource</code>s.</p>
    92  * also a validator helper for <code>SAXSource</code>s.</p>
    93  *
    93  *
    94  * @author Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
    94  * @author Kohsuke Kawaguchi
    95  * @author Michael Glavassevich, IBM
    95  * @author Michael Glavassevich, IBM
    96  *
    96  *
    97  * @LastModified: Oct 2017
    97  * @LastModified: Oct 2017
    98  */
    98  */
    99 final class ValidatorHandlerImpl extends ValidatorHandler implements
    99 final class ValidatorHandlerImpl extends ValidatorHandler implements