src/java.xml/share/classes/com/sun/xml/internal/stream/XMLEntityStorage.java
changeset 47312 d4f959806fe9
parent 47216 71c04702a3d5
equal deleted inserted replaced
47311:ff631a3cadbc 47312:d4f959806fe9
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    30 import com.sun.org.apache.xerces.internal.impl.XMLEntityManager;
    30 import com.sun.org.apache.xerces.internal.impl.XMLEntityManager;
    31 import com.sun.org.apache.xerces.internal.impl.XMLErrorReporter;
    31 import com.sun.org.apache.xerces.internal.impl.XMLErrorReporter;
    32 import com.sun.org.apache.xerces.internal.impl.msg.XMLMessageFormatter;
    32 import com.sun.org.apache.xerces.internal.impl.msg.XMLMessageFormatter;
    33 import com.sun.org.apache.xerces.internal.util.URI;
    33 import com.sun.org.apache.xerces.internal.util.URI;
    34 import com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl;
    34 import com.sun.org.apache.xerces.internal.util.XMLResourceIdentifierImpl;
    35 import com.sun.org.apache.xerces.internal.utils.SecuritySupport;
       
    36 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager;
    35 import com.sun.org.apache.xerces.internal.xni.parser.XMLComponentManager;
    37 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
    36 import com.sun.org.apache.xerces.internal.xni.parser.XMLConfigurationException;
    38 import java.util.HashMap;
    37 import java.util.HashMap;
    39 import java.util.Map;
    38 import java.util.Map;
       
    39 import jdk.xml.internal.SecuritySupport;
    40 
    40 
    41 /**
    41 /**
    42  *
    42  *
    43  * @author K.Venugopal SUN Microsystems
    43  * @author K.Venugopal SUN Microsystems
    44  * @author Neeraj Bajaj SUN Microsystems
    44  * @author Neeraj Bajaj SUN Microsystems