org.enhydra.apache.xerces.jaxp
Class DefaultValidationErrorHandler

java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--org.enhydra.apache.xerces.jaxp.DefaultValidationErrorHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

class DefaultValidationErrorHandler
extends DefaultHandler


Constructor Summary
(package private) DefaultValidationErrorHandler()
           
 
Method Summary
 void error(SAXParseException e)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
characters, endDocument, endElement, endPrefixMapping, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultValidationErrorHandler

DefaultValidationErrorHandler()
Method Detail

error

public void error(SAXParseException e)
           throws SAXException
Specified by:
error in interface ErrorHandler
Overrides:
error in class DefaultHandler
SAXException


Copyright © 1999 The Apache Software Foundation. All Rights reserved.