jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/resolver/CatalogManager.java
changeset 41021 444f2b1bcc8c
parent 26516 8e6a45c22cea
equal deleted inserted replaced
40840:1b4b5d01aa11 41021:444f2b1bcc8c
   108  * </tr>
   108  * </tr>
   109  * </tbody>
   109  * </tbody>
   110  * </table>
   110  * </table>
   111  *
   111  *
   112  * @see Catalog
   112  * @see Catalog
       
   113  * @deprecated The JDK internal Catalog API in package
       
   114  * {@code com.sun.org.apache.xml.internal.resolver}
       
   115  * is encapsulated in JDK 9. The entire implementation under the package is now
       
   116  * deprecated and subject to removal in a future release. Users of the API
       
   117  * should migrate to the {@linkplain javax.xml.catalog new public API}.
       
   118  * <p>
       
   119  * The new Catalog API is supported throughout the JDK XML Processors, which allows
       
   120  * the use of Catalog by simply setting a path to a Catalog file as a property.
   113  *
   121  *
   114  * @author Norman Walsh
   122  * @author Norman Walsh
   115  * <a href="mailto:Norman.Walsh@Sun.COM">Norman.Walsh@Sun.COM</a>
   123  * <a href="mailto:Norman.Walsh@Sun.COM">Norman.Walsh@Sun.COM</a>
   116  *
   124  *
   117  * @version 1.0
   125  * @version 1.0
   118  */
   126  */
   119 
   127 @Deprecated(since="9", forRemoval=true)
   120 public class CatalogManager {
   128 public class CatalogManager {
   121     private static final String pFiles         = "xml.catalog.files";
   129     private static final String pFiles         = "xml.catalog.files";
   122     private static final String pVerbosity     = "xml.catalog.verbosity";
   130     private static final String pVerbosity     = "xml.catalog.verbosity";
   123     private static final String pPrefer        = "xml.catalog.prefer";
   131     private static final String pPrefer        = "xml.catalog.prefer";
   124     private static final String pStatic        = "xml.catalog.staticCatalog";
   132     private static final String pStatic        = "xml.catalog.staticCatalog";