8149601: Update references from "1.9" to "9"
Reviewed-by: chegar, joehw
This commit is contained in:
parent
d8eab62f77
commit
b690abde60
@ -123,7 +123,7 @@ import org.xml.sax.ext.LexicalHandler;
|
|||||||
* @see Serializer
|
* @see Serializer
|
||||||
* @see org.w3c.dom.ls.LSSerializer
|
* @see org.w3c.dom.ls.LSSerializer
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -37,7 +37,7 @@ import org.w3c.dom.DocumentFragment;
|
|||||||
* @author <a href="mailto:Scott_Boag/CAM/Lotus@lotus.com">Scott Boag</a>
|
* @author <a href="mailto:Scott_Boag/CAM/Lotus@lotus.com">Scott Boag</a>
|
||||||
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -72,7 +72,7 @@ import org.w3c.dom.ls.LSSerializerFilter;
|
|||||||
* @author Arun Yadav, Sun Microsystems
|
* @author Arun Yadav, Sun Microsystems
|
||||||
* @author Sunitha Reddy, Sun Microsystems
|
* @author Sunitha Reddy, Sun Microsystems
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, replaced by
|
* @deprecated As of JDK 9, Xerces 2.9.0, replaced by
|
||||||
* {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}
|
* {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}
|
||||||
*/
|
*/
|
||||||
public class DOMSerializerImpl implements LSSerializer, DOMConfiguration {
|
public class DOMSerializerImpl implements LSSerializer, DOMConfiguration {
|
||||||
|
@ -31,7 +31,7 @@ import java.util.Map;
|
|||||||
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
||||||
* @see BaseMarkupSerializer
|
* @see BaseMarkupSerializer
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -32,7 +32,7 @@ import java.nio.charset.CharsetEncoder;
|
|||||||
/**
|
/**
|
||||||
* This class represents an encoding.
|
* This class represents an encoding.
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -37,7 +37,7 @@ import java.util.concurrent.ConcurrentHashMap;
|
|||||||
*
|
*
|
||||||
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -46,7 +46,7 @@ import java.util.Map;
|
|||||||
*
|
*
|
||||||
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -34,7 +34,7 @@ import java.io.IOException;
|
|||||||
*
|
*
|
||||||
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -27,7 +27,7 @@ package com.sun.org.apache.xml.internal.serialize;
|
|||||||
* @author <a href="mailto:arkin@intalio..com">Assaf Arkin</a>
|
* @author <a href="mailto:arkin@intalio..com">Assaf Arkin</a>
|
||||||
* @see OutputFormat
|
* @see OutputFormat
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -27,7 +27,7 @@ package com.sun.org.apache.xml.internal.serialize;
|
|||||||
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
||||||
* @see OutputFormat
|
* @see OutputFormat
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -60,7 +60,7 @@ import org.w3c.dom.Node;
|
|||||||
* @see Method
|
* @see Method
|
||||||
* @see LineSeparator
|
* @see LineSeparator
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -42,7 +42,7 @@ import java.io.IOException;
|
|||||||
*
|
*
|
||||||
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -62,7 +62,7 @@ import org.xml.sax.DocumentHandler;
|
|||||||
* @see OutputFormat
|
* @see OutputFormat
|
||||||
* @see DOMSerializer
|
* @see DOMSerializer
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -37,7 +37,7 @@ import java.util.StringTokenizer;
|
|||||||
* @author <a href="mailto:Scott_Boag/CAM/Lotus@lotus.com">Scott Boag</a>
|
* @author <a href="mailto:Scott_Boag/CAM/Lotus@lotus.com">Scott Boag</a>
|
||||||
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -36,7 +36,7 @@ import com.sun.org.apache.xerces.internal.dom.DOMMessageFormatter;
|
|||||||
* @author <a href="mailto:Scott_Boag/CAM/Lotus@lotus.com">Scott Boag</a>
|
* @author <a href="mailto:Scott_Boag/CAM/Lotus@lotus.com">Scott Boag</a>
|
||||||
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -60,7 +60,7 @@ import org.xml.sax.SAXException;
|
|||||||
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
* @author <a href="mailto:arkin@intalio.com">Assaf Arkin</a>
|
||||||
* @see Serializer
|
* @see Serializer
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -79,7 +79,7 @@ import org.xml.sax.SAXException;
|
|||||||
* @author Elena Litani IBM
|
* @author Elena Litani IBM
|
||||||
* @see Serializer
|
* @see Serializer
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
@ -90,7 +90,7 @@ import org.xml.sax.helpers.AttributesImpl;
|
|||||||
* @author Elena Litani IBM
|
* @author Elena Litani IBM
|
||||||
* @see Serializer
|
* @see Serializer
|
||||||
*
|
*
|
||||||
* @deprecated As of JDK 1.9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
* @deprecated As of JDK 9, Xerces 2.9.0, Xerces DOM L3 Serializer implementation
|
||||||
* is replaced by that of Xalan. Main class
|
* is replaced by that of Xalan. Main class
|
||||||
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
* {@link com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl} is replaced
|
||||||
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
* by {@link com.sun.org.apache.xml.internal.serializer.dom3.LSSerializerImpl}.
|
||||||
|
Loading…
Reference in New Issue
Block a user