Interface EventProducer


  • public interface EventProducer
    A interface which abstracts anything which can produce SAX events. This allows any EventProducer to be used with the Unmarshaller
    Version:
    $Revision: 3633 $ $Date: 2003-03-01 08:38:44 +0100 (Sat, 01 Mar 2003) $
    Author:
    Keith Visco
    • Method Detail

      • setDocumentHandler

        void setDocumentHandler​(org.xml.sax.DocumentHandler handler)
        Sets the DocumentHandler to send SAX events to
      • start

        void start()
            throws org.xml.sax.SAXException
        Signals to start producing events.
        Throws:
        org.xml.sax.SAXException