XMLSerializer
. LSSerializer provides an API for serializing (writing) a DOM document out in an XML document. The XML data is written to an output stream. During serialization of XML data, namespace fixup is done when possible as defined in DOM Level 3 Core, Appendix B.
@author Elena Litani, IBM
@author Gopal Sharma, Sun Microsystems
@author Arun Yadav, Sun Microsystems
@version $Id: DOMSerializerImpl.java 944789 2010-05-16 10:06:57Z mukulg $
@deprecated Replaced by org.apache.xml.serializer.dom3.LSSerializerImpl in Xerces 2.9.0.
|
|