Class DefaultHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.icl.saxon.aelfred.DefaultHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler, DeclHandler, LexicalHandler

public class DefaultHandler extends DefaultHandler implements LexicalHandler, DeclHandler
This class extends the SAX base handler class to support the SAX2 Lexical and Declaration handlers. All the handler methods do is return; except that the SAX base class handles fatal errors by throwing an exception.
Version:
$Date: 2000/02/28 04:43:05 $
Author:
David Brownell