< prev index next >

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

Print this page

        

*** 257,275 **** 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(); - } } } /** --- 257,266 ----
< prev index next >