com.sun.msv.verifier.util
Class IgnoreErrorHandler

java.lang.Object
  extended bycom.sun.msv.verifier.util.IgnoreErrorHandler
All Implemented Interfaces:
org.xml.sax.ErrorHandler

public class IgnoreErrorHandler
extends java.lang.Object
implements org.xml.sax.ErrorHandler

do-nothing implementation of ErrorHandler.

Author:
Kohsuke KAWAGUCHI

Constructor Summary
IgnoreErrorHandler()
           
 
Method Summary
 void error(org.xml.sax.SAXParseException error)
           
 void fatalError(org.xml.sax.SAXParseException e)
           
 void warning(org.xml.sax.SAXParseException warning)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoreErrorHandler

public IgnoreErrorHandler()
Method Detail

error

public void error(org.xml.sax.SAXParseException error)
Specified by:
error in interface org.xml.sax.ErrorHandler

fatalError

public void fatalError(org.xml.sax.SAXParseException e)
                throws org.xml.sax.SAXParseException
Specified by:
fatalError in interface org.xml.sax.ErrorHandler
Throws:
org.xml.sax.SAXParseException

warning

public void warning(org.xml.sax.SAXParseException warning)
Specified by:
warning in interface org.xml.sax.ErrorHandler


Copyright © 2001-2003 Sun Microsystems, Inc. Documenation generated April 26 2005.