jaxp/src/com/sun/org/apache/xml/internal/serialize/DOMSerializerImpl.java
changeset 25834 aba3efbf4ec5
parent 25264 040625ce9b72
equal deleted inserted replaced
25833:054a597b18f8 25834:aba3efbf4ec5
    70  *
    70  *
    71  * @author Elena Litani, IBM
    71  * @author Elena Litani, IBM
    72  * @author Gopal Sharma, Sun Microsystems
    72  * @author Gopal Sharma, Sun Microsystems
    73  * @author Arun Yadav, Sun Microsystems
    73  * @author Arun Yadav, Sun Microsystems
    74  * @author Sunitha Reddy, Sun Microsystems
    74  * @author Sunitha Reddy, Sun Microsystems
       
    75  *
       
    76  * @deprecated As of JDK 1.9, Xerces 2.9.0, replaced by
       
    77  * {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}
    75  */
    78  */
    76 public class DOMSerializerImpl implements LSSerializer, DOMConfiguration {
    79 public class DOMSerializerImpl implements LSSerializer, DOMConfiguration {
    77 
    80 
    78     // TODO: When DOM Level 3 goes to REC replace method calls using
    81     // TODO: When DOM Level 3 goes to REC replace method calls using
    79     // reflection for: getXmlEncoding, getInputEncoding and getXmlEncoding
    82     // reflection for: getXmlEncoding, getInputEncoding and getXmlEncoding