com.jclark.xsl.sax
Class Driver.ErrorHandlerImpl

java.lang.Object
  extended by com.jclark.xsl.sax.Driver.ErrorHandlerImpl
All Implemented Interfaces:
org.xml.sax.ErrorHandler
Enclosing class:
Driver

static class Driver.ErrorHandlerImpl
extends java.lang.Object
implements org.xml.sax.ErrorHandler


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

Constructor Detail

Driver.ErrorHandlerImpl

Driver.ErrorHandlerImpl()
Method Detail

warning

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

error

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

fatalError

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