package org.xml.sax; public class HandlerBase implements EntityResolver, DTDHandler, DocumentHandler, ErrorHandler { // noop implementations of all methods in those // four interfaces... }