The HandlerBase class

package org.xml.sax;

public class HandlerBase
 implements EntityResolver, DTDHandler, DocumentHandler, ErrorHandler {

  // noop implementations of all methods in those
  // four interfaces...

}


Previous | Next | Top | Cafe con Leche

Copyright 2000 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified February 15, 2000