< prev index next >

src/java.xml/share/classes/org/xml/sax/ErrorHandler.java

Print this page

        

*** 21,48 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ - // SAX error handler. - // http://www.saxproject.org - // No warranty; no copyright -- use this as you will. - // $Id: ErrorHandler.java,v 1.2 2004/11/03 22:44:52 jsuttor Exp $ - package org.xml.sax; /** * Basic interface for SAX error handlers. * - * <blockquote> - * <em>This module, both source code and documentation, is in the - * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em> - * See <a href='http://www.saxproject.org'>http://www.saxproject.org</a> - * for further information. - * </blockquote> - * * <p>If a SAX application needs to implement customized error * handling, it must implement this interface and then register an * instance with the XML reader using the * {@link org.xml.sax.XMLReader#setErrorHandler setErrorHandler} * method. The parser will then report all errors and warnings --- 21,36 ----
< prev index next >