< prev index next >

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

Print this page

        

@@ -257,19 +257,10 @@
         if (ignoreTheCatalog) return;
 
         CatalogEntryType type = CatalogEntryType.getType(localName);
         if (type == CatalogEntryType.GROUP) {
             inGroup = false;
-        } else if (type == CatalogEntryType.CATALOGENTRY) {
-            /*
-             Done reading the catalog file.
-             Load delegate and alternative catalogs if defer is false.
-             */
-            if (!catalog.isDeferred()) {
-                catalog.loadDelegateCatalogs();
-                catalog.loadNextCatalogs();
-            }
         }
     }
 
 
     /**
< prev index next >