com.sun.msv.relaxns.verifier
Class ErrorHandlerAdaptor

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

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

wraps ISORELAX ErrorHandler by VerificationErrorHandler interface.

Author:
Kohsuke KAWAGUCHI

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

Constructor Detail

ErrorHandlerAdaptor

public ErrorHandlerAdaptor(org.iso_relax.dispatcher.Dispatcher core)
Method Detail

error

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

fatalError

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

warning

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


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