jaxp/src/com/sun/org/apache/xml/internal/serialize/Serializer.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,
    58  * @author <a href="mailto:Scott_Boag/CAM/Lotus@lotus.com">Scott Boag</a>
    59  * @author <a href="mailto:Scott_Boag/CAM/Lotus@lotus.com">Scott Boag</a>
    59  * @see DocumentHandler
    60  * @see DocumentHandler
    60  * @see ContentHandler
    61  * @see ContentHandler
    61  * @see OutputFormat
    62  * @see OutputFormat
    62  * @see DOMSerializer
    63  * @see DOMSerializer
       
    64  *
       
    65  * @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
       
    66  * is replaced by that of Xalan. Main class
       
    67  * {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
       
    68  * by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
    63  */
    69  */
    64 public interface Serializer
    70 public interface Serializer
    65 {
    71 {
    66 
    72 
    67 
    73