src/java.xml/share/classes/com/sun/org/apache/xml/internal/utils/XMLReaderManager.java
changeset 47312 d4f959806fe9
parent 47216 71c04702a3d5
child 48409 5ab69533994b
equal deleted inserted replaced
47311:ff631a3cadbc 47312:d4f959806fe9
     1 /*
     1 /*
     2  * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2007, 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 package com.sun.org.apache.xml.internal.utils;
    22 package com.sun.org.apache.xml.internal.utils;
    22 
    23 
    23 import com.sun.org.apache.xalan.internal.XalanConstants;
    24 import com.sun.org.apache.xalan.internal.XalanConstants;
    24 import com.sun.org.apache.xalan.internal.utils.FactoryImpl;
    25 import com.sun.org.apache.xalan.internal.utils.FactoryImpl;
    25 import com.sun.org.apache.xalan.internal.utils.SecuritySupport;
       
    26 import com.sun.org.apache.xalan.internal.utils.XMLSecurityManager;
    26 import com.sun.org.apache.xalan.internal.utils.XMLSecurityManager;
    27 import java.util.HashMap;
    27 import java.util.HashMap;
    28 import javax.xml.XMLConstants;
    28 import javax.xml.XMLConstants;
    29 import javax.xml.catalog.CatalogFeatures;
    29 import javax.xml.catalog.CatalogFeatures;
    30 import javax.xml.parsers.FactoryConfigurationError;
    30 import javax.xml.parsers.FactoryConfigurationError;
    31 import javax.xml.parsers.ParserConfigurationException;
    31 import javax.xml.parsers.ParserConfigurationException;
    32 import javax.xml.parsers.SAXParserFactory;
    32 import javax.xml.parsers.SAXParserFactory;
    33 import jdk.xml.internal.JdkXmlFeatures;
    33 import jdk.xml.internal.JdkXmlFeatures;
    34 import jdk.xml.internal.JdkXmlUtils;
    34 import jdk.xml.internal.JdkXmlUtils;
       
    35 import jdk.xml.internal.SecuritySupport;
    35 import org.xml.sax.SAXException;
    36 import org.xml.sax.SAXException;
    36 import org.xml.sax.SAXNotRecognizedException;
    37 import org.xml.sax.SAXNotRecognizedException;
    37 import org.xml.sax.SAXNotSupportedException;
    38 import org.xml.sax.SAXNotSupportedException;
    38 import org.xml.sax.XMLReader;
    39 import org.xml.sax.XMLReader;
    39 import org.xml.sax.helpers.XMLReaderFactory;
    40 import org.xml.sax.helpers.XMLReaderFactory;