Return a {@link DOMSerializer} interface into this serializer.Through the returned object the document to be serialized, a DOM, can be provided to the serializer. If the serializer does not support the {@link DOMSerializer}interface, it should return null.
In principle only one of asDOMSerializer() or asContentHander() should be called.
@return A {@link DOMSerializer} interface into this serializer,or null if the serializer is not DOM capable
@throws IOException An I/O exception occured
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.