1: package uk.org.xml.sax; 2: 3: public interface Parser extends org.xml.sax.Parser { 4: void setDocumentHandler(DocumentHandler handler); 5: }