This class implements an identity transformer for {@link javax.xml.transform.sax.SAXTransformerFactory#newTransformerHandler()}and {@link javax.xml.transform.TransformerFactory#newTransformer()}. It simply feeds SAX events directly to a serializer ContentHandler, if the result is a stream. If the result is a DOM, it will send the events to {@link org.apache.xml.utils.DOMBuilder}. If the result is another content handler, it will simply pass the events on.
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.