Class EndDocumentShieldingContentHandler

All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class EndDocumentShieldingContentHandler extends ContentHandlerDecorator
A wrapper around a ContentHandler which will ignore normal SAX calls to endDocument(), and only fire them later. This is typically used to ensure that we can output the metadata before ending the document