src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/XMLSerializer.java
changeset 48412 d4412e380f6b
parent 48409 5ab69533994b
equal deleted inserted replaced
48411:4ff5c5206427 48412:d4412e380f6b
    81  * boundaries, indent lines, and serialize elements on separate
    81  * boundaries, indent lines, and serialize elements on separate
    82  * lines. Line terminators will be regarded as spaces, and
    82  * lines. Line terminators will be regarded as spaces, and
    83  * spaces at beginning of line will be stripped.
    83  * spaces at beginning of line will be stripped.
    84  *
    84  *
    85  * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
    85  * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
    86  * @author <a href="mailto:rahul.srivastava@sun.com">Rahul Srivastava</a>
    86  * @author Rahul Srivastava
    87  * @author Elena Litani IBM
    87  * @author Elena Litani IBM
    88  * @see Serializer
    88  * @see Serializer
    89  *
    89  *
    90  * @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
    90  * @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
    91  * is replaced by that of Xalan. Main class
    91  * is replaced by that of Xalan. Main class