Class org.xml.sax.HandlerBase
java.lang.Object | +—org.xml.sax.HandlerBase
public class HandlerBase
extends Object
implements EntityResolver , DTDHandler DocumentHandler , ErrorHandler —Default base class for handlers.
This class implements the default behaviour for four SAX interfaces: EntityResolver, DTDHandler, DocumentHandler, and ErrorHandler.
Application writers can extend this class when they need to implement only part of an interface; parser writers can instantiate this class to provide default handlers when the application has not supplied its own.
Note that the use of this class is optional.
Version:
1.0
Author:
David Megginson (ak117@freenet.carleton.ca)
See Also:
EntityResolver, DTDHandler DocumentHandler, ErrorHandler ...
Get Enterprise Application Integration With XML and Java™ now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.