src/java.xml/share/classes/com/sun/org/apache/xml/internal/serialize/SerializerFactory.java
changeset 47312 d4f959806fe9
parent 47216 71c04702a3d5
child 47359 e1a6c0168741
equal deleted inserted replaced
47311:ff631a3cadbc 47312:d4f959806fe9
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2017 Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2017 Oracle and/or its affiliates. All rights reserved.
       
     3  * @LastModified: Sep 2017
     3  */
     4  */
     4 /*
     5 /*
     5  * Licensed to the Apache Software Foundation (ASF) under one or more
     6  * Licensed to the Apache Software Foundation (ASF) under one or more
     6  * contributor license agreements.  See the NOTICE file distributed with
     7  * contributor license agreements.  See the NOTICE file distributed with
     7  * this work for additional information regarding copyright ownership.
     8  * this work for additional information regarding copyright ownership.
    20 
    21 
    21 
    22 
    22 package com.sun.org.apache.xml.internal.serialize;
    23 package com.sun.org.apache.xml.internal.serialize;
    23 
    24 
    24 import com.sun.org.apache.xerces.internal.utils.ObjectFactory;
    25 import com.sun.org.apache.xerces.internal.utils.ObjectFactory;
    25 import com.sun.org.apache.xerces.internal.utils.SecuritySupport;
       
    26 import java.io.OutputStream;
    26 import java.io.OutputStream;
    27 import java.io.UnsupportedEncodingException;
    27 import java.io.UnsupportedEncodingException;
    28 import java.io.Writer;
    28 import java.io.Writer;
    29 import java.util.Collections;
    29 import java.util.Collections;
    30 import java.util.HashMap;
    30 import java.util.HashMap;
    31 import java.util.Map;
    31 import java.util.Map;
    32 import java.util.StringTokenizer;
    32 import java.util.StringTokenizer;
       
    33 import jdk.xml.internal.SecuritySupport;
    33 
    34 
    34 /**
    35 /**
    35  *
    36  *
    36  *
    37  *
    37  * @author <a href="mailto:Scott_Boag/CAM/Lotus@lotus.com">Scott Boag</a>
    38  * @author <a href="mailto:Scott_Boag/CAM/Lotus@lotus.com">Scott Boag</a>