jaxp/src/com/sun/org/apache/xml/internal/serialize/OutputFormat.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,
    57  * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
    58  * @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
    58  *         <a href="mailto:visco@intalio.com">Keith Visco</a>
    59  *         <a href="mailto:visco@intalio.com">Keith Visco</a>
    59  * @see Serializer
    60  * @see Serializer
    60  * @see Method
    61  * @see Method
    61  * @see LineSeparator
    62  * @see LineSeparator
       
    63  *
       
    64  * @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
       
    65  * is replaced by that of Xalan. Main class
       
    66  * {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
       
    67  * by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
    62  */
    68  */
    63 public class OutputFormat
    69 public class OutputFormat
    64 {
    70 {
    65 
    71 
    66 
    72