Applied XML Solutions

   

DefaultHandler

This class provides default implementations for events in the ContentHandler , DTDHandler , EntityResolver , and ErrorHandler interfaces.

This is convenient when your application needs to register with only a few events. It derives from DefaultHandler instead of implementing the original interface.

This class is in the org.xml.sax.helpers package.

   

Категории