Class EmbeddedContentHandler

All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class EmbeddedContentHandler extends ContentHandlerDecorator
Content handler decorator that prevents the startDocument() and endDocument() events from reaching the decorated handler. This is useful when you want to direct the results of parsing multiple different XML documents into a single target document without worrying about the startDocument() and endDocument() methods being called more than once.