< prev index next >

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

Print this page

        

*** 51,61 **** * entries in a catalog in order to find a matching entry. * <p> * The search is started in the current catalog. If a match is found, * no further attempt will be made. Only if there is no match in the current * catalog, will alternate catalogs including delegate and next catalogs be considered. ! * <p> * <h3>Search Order</h3> * The resolver will first search the system-type of entries with the specified * {@code systemId}. The system entries include {@code system}, * {@code rewriteSystem} and {@code systemSuffix} entries. * <p> --- 51,61 ---- * entries in a catalog in order to find a matching entry. * <p> * The search is started in the current catalog. If a match is found, * no further attempt will be made. Only if there is no match in the current * catalog, will alternate catalogs including delegate and next catalogs be considered. ! * * <h3>Search Order</h3> * The resolver will first search the system-type of entries with the specified * {@code systemId}. The system entries include {@code system}, * {@code rewriteSystem} and {@code systemSuffix} entries. * <p>
*** 73,83 **** * If no match is found with the {@code systemId} and {@code public} identifier, * the resolver will continue searching {@code uri} entries * with the specified {@code systemId} or {@code href}. The {@code uri} entries * include {@code uri}, {@code rewriteURI}, and {@code uriSuffix} entries. * - * <p> * <h3>Error Handling</h3> * The interfaces that the CatalogResolver extend specified checked exceptions, including: * <ul> * <li> * {@link org.xml.sax.SAXException} and {@link java.io.IOException} by --- 73,82 ----
< prev index next >