jaxp/src/com/sun/org/apache/xml/internal/serialize/XML11Serializer.java
changeset 25834 aba3efbf4ec5
parent 23777 ce87cedb71cf
equal deleted inserted replaced
25833:054a597b18f8 25834:aba3efbf4ec5
    71  * For elements that are not specified as whitespace preserving,
    71  * For elements that are not specified as whitespace preserving,
    72  * the serializer will potentially break long text lines at space
    72  * the serializer will potentially break long text lines at space
    73  * boundaries, indent lines, and serialize elements on separate
    73  * boundaries, indent lines, and serialize elements on separate
    74  * lines. Line terminators will be regarded as spaces, and
    74  * lines. Line terminators will be regarded as spaces, and
    75  * spaces at beginning of line will be stripped.
    75  * spaces at beginning of line will be stripped.
       
    76  *
    76  * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
    77  * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
    77  * @author <a href="mailto:rahul.srivastava@sun.com">Rahul Srivastava</a>
    78  * @author <a href="mailto:rahul.srivastava@sun.com">Rahul Srivastava</a>
    78  * @author Elena Litani IBM
    79  * @author Elena Litani IBM
    79  * @see Serializer
    80  * @see Serializer
       
    81  *
       
    82  * @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
       
    83  * is replaced by that of Xalan. Main class
       
    84  * {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
       
    85  * by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
    80  */
    86  */
    81 public class XML11Serializer
    87 public class XML11Serializer
    82 extends XMLSerializer {
    88 extends XMLSerializer {
    83 
    89 
    84     //
    90     //