< prev index next >

src/java.xml/share/classes/javax/xml/catalog/Catalog.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 40,52 **** * to resolve relative URIs. * * <p> * A catalog can be used in two situations: * <ul> ! * <li>Locate the replacement text for an external entity; * </li> ! * <li>Locate an alternate URI reference for a resource. * </li> * </ul> * <p> * For case 1, the standard defines 6 External Identifier Entries:<br> * {@code public, system, rewriteSystem, systemSuffix, delegatePublic, and --- 40,52 ---- * to resolve relative URIs. * * <p> * A catalog can be used in two situations: * <ul> ! * <li>Locate the external resources with a public or system identifier; * </li> ! * <li>Locate an alternate URI reference with an URI. * </li> * </ul> * <p> * For case 1, the standard defines 6 External Identifier Entries:<br> * {@code public, system, rewriteSystem, systemSuffix, delegatePublic, and
< prev index next >