< prev index next >

jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/IndentPrinter.java

Print this page

        

*** 32,42 **** * Extends {@link Printer} and adds support for indentation and line * wrapping. * * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a> * ! * @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation * is replaced by that of Xalan. Main class * {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced * by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}. */ public class IndentPrinter --- 32,42 ---- * Extends {@link Printer} and adds support for indentation and line * wrapping. * * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a> * ! * @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation * is replaced by that of Xalan. Main class * {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced * by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}. */ public class IndentPrinter
< prev index next >