jaxp/src/com/sun/org/apache/xml/internal/serialize/IndentPrinter.java
changeset 25834 aba3efbf4ec5
parent 12457 c348e06f0e82
equal deleted inserted replaced
25833:054a597b18f8 25834:aba3efbf4ec5
     1 /*
     1 /*
     2  * reserved comment block
     2  * reserved comment block
     3  * DO NOT REMOVE OR ALTER!
     3  * DO NOT REMOVE OR ALTER!
     4  */
     4  */
     5 /*
     5 /*
     6  * Copyright 1999-2002,2004 The Apache Software Foundation.
     6  * Licensed to the Apache Software Foundation (ASF) under one or more
     7  *
     7  * contributor license agreements.  See the NOTICE file distributed with
     8  * Licensed under the Apache License, Version 2.0 (the "License");
     8  * this work for additional information regarding copyright ownership.
     9  * you may not use this file except in compliance with the License.
     9  * The ASF licenses this file to You under the Apache License, Version 2.0
    10  * You may obtain a copy of the License at
    10  * (the "License"); you may not use this file except in compliance with
       
    11  * the License.  You may obtain a copy of the License at
    11  *
    12  *
    12  *      http://www.apache.org/licenses/LICENSE-2.0
    13  *      http://www.apache.org/licenses/LICENSE-2.0
    13  *
    14  *
    14  * Unless required by applicable law or agreed to in writing, software
    15  * Unless required by applicable law or agreed to in writing, software
    15  * distributed under the License is distributed on an "AS IS" BASIS,
    16  * distributed under the License is distributed on an "AS IS" BASIS,
    30 /**
    31 /**
    31  * Extends {@link Printer} and adds support for indentation and line
    32  * Extends {@link Printer} and adds support for indentation and line
    32  * wrapping.
    33  * wrapping.
    33  *
    34  *
    34  * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
    35  * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
       
    36  *
       
    37  * @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
       
    38  * is replaced by that of Xalan. Main class
       
    39  * {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
       
    40  * by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
    35  */
    41  */
    36 public class IndentPrinter
    42 public class IndentPrinter
    37     extends Printer
    43     extends Printer
    38 {
    44 {
    39 
    45