< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/ValidatorImpl.java

Print this page

        

*** 44,56 **** import org.xml.sax.SAXNotSupportedException; /** * <p>Implementation of Validator for W3C XML Schemas.</p> * ! * @author <a href="mailto:Kohsuke.Kawaguchi@Sun.com">Kohsuke Kawaguchi</a> * @author Michael Glavassevich, IBM ! * @author <a href="mailto:Sunitha.Reddy@Sun.com">Sunitha Reddy</a> */ final class ValidatorImpl extends Validator implements PSVIProvider { // // Data --- 44,56 ---- import org.xml.sax.SAXNotSupportedException; /** * <p>Implementation of Validator for W3C XML Schemas.</p> * ! * @author Kohsuke Kawaguchi * @author Michael Glavassevich, IBM ! * @author Sunitha Reddy */ final class ValidatorImpl extends Validator implements PSVIProvider { // // Data
< prev index next >