Uses of Class
org.jboss.util.xml.catalog.CatalogManager
-
Packages that use CatalogManager Package Description org.jboss.util.xml.catalog XML utilities. -
-
Uses of CatalogManager in org.jboss.util.xml.catalog
Fields in org.jboss.util.xml.catalog declared as CatalogManager Modifier and Type Field Description protected CatalogManagerCatalog. catalogManagerThe catalog manager in use for this instance.private static CatalogManagerCatalogManager. staticManagerA static CatalogManager instance for sharingMethods in org.jboss.util.xml.catalog that return CatalogManager Modifier and Type Method Description CatalogManagerCatalog. getCatalogManager()static CatalogManagerCatalogManager. getStaticManager()Allow access to the static CatalogManagerMethods in org.jboss.util.xml.catalog with parameters of type CatalogManager Modifier and Type Method Description voidCatalog. setCatalogManager(CatalogManager manager)Establish the CatalogManager used by this catalog.Constructors in org.jboss.util.xml.catalog with parameters of type CatalogManager Constructor Description Catalog(CatalogManager manager)Constructs an empty Catalog with a specific CatalogManager.
-