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