Content handler decorator that prevents the {@link #startDocument()}and {@link #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 {@link #startDocument()} and {@link #endDocument()} methodsbeing called more than once.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.