Class SimpleXMLEmitter

  • All Implemented Interfaces:
    ContentHandler, DTDHandler, EntityResolver, ErrorHandler

    public class SimpleXMLEmitter
    extends DefaultHandler
    A simple XML DocumentHandler that processes SAX2 events to create a sensibly formatted XML as it parsed without populating objects with data. Note, need to tidy up parameter names which are poor due to decompiling a .class file from an accidently deleted .java file!

    Copyright © 2000 Cambridge Antibody Technology.

    Primary author -

    • Simon Brocklehurst (CAT)
    Other authors -
    • Tim Dilks (CAT)
    • Colin Hardman (CAT)
    • Stuart Johnston (CAT)
    Version:
    1.0
    Author:
    Cambridge Antibody Technology (CAT)
    See Also:
    BaseXMLWriter