src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/DOMConfigurationImpl.java
changeset 47312 d4f959806fe9
parent 47216 71c04702a3d5
child 47359 e1a6c0168741
equal deleted inserted replaced
47311:ff631a3cadbc 47312:d4f959806fe9
     1 /*
     1 /*
     2  * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 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.
    52 import java.util.HashMap;
    53 import java.util.HashMap;
    53 import java.util.Locale;
    54 import java.util.Locale;
    54 import javax.xml.XMLConstants;
    55 import javax.xml.XMLConstants;
    55 import javax.xml.catalog.CatalogFeatures;
    56 import javax.xml.catalog.CatalogFeatures;
    56 import jdk.xml.internal.JdkXmlUtils;
    57 import jdk.xml.internal.JdkXmlUtils;
    57 import jdk.xml.internal.SecuritySupport;
       
    58 import org.w3c.dom.DOMConfiguration;
    58 import org.w3c.dom.DOMConfiguration;
    59 import org.w3c.dom.DOMErrorHandler;
    59 import org.w3c.dom.DOMErrorHandler;
    60 import org.w3c.dom.DOMException;
    60 import org.w3c.dom.DOMException;
    61 import org.w3c.dom.DOMStringList;
    61 import org.w3c.dom.DOMStringList;
    62 import org.w3c.dom.ls.LSResourceResolver;
    62 import org.w3c.dom.ls.LSResourceResolver;