Class SimpleErrorHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.dlese.dpc.xml.SimpleErrorHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, LexicalHandler

public class SimpleErrorHandler extends DefaultHandler implements LexicalHandler
A simple XML error handler that catches XML errors and warnings and saves them to StringBuffers so the errors can be extracted and displayed.
Author:
John Weatherley