Uses of Interface
javax.xml.catalog.Catalog
Package
Description
Provides the classes for implementing
XML Catalogs OASIS Standard V1.1, 7 October 2005.
-
Uses of Catalog in javax.xml.catalog
Modifier and TypeMethodDescriptionstatic Catalog
CatalogManager.catalog
(CatalogFeatures features, URI... uris) Creates aCatalog
object using the specified feature settings and uri(s) to one or more catalog files.Modifier and TypeMethodDescriptionCatalog.catalogs()
Returns a sequential Stream of alternative Catalogs specified using thenextCatalog
entries in the current catalog, and as the input of catalog files excluding the current catalog (that is, the first in the input list) when the Catalog object is created by theCatalogManager
.Modifier and TypeMethodDescriptionstatic CatalogResolver
CatalogManager.catalogResolver
(Catalog catalog) Creates an instance of aCatalogResolver
using the specified catalog.