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 CatalogManager
Catalog. catalogManager
The catalog manager in use for this instance.private static CatalogManager
CatalogManager. staticManager
A static CatalogManager instance for sharingMethods in org.jboss.util.xml.catalog that return CatalogManager Modifier and Type Method Description CatalogManager
Catalog. getCatalogManager()
static CatalogManager
CatalogManager. getStaticManager()
Allow access to the static CatalogManagerMethods in org.jboss.util.xml.catalog with parameters of type CatalogManager Modifier and Type Method Description void
Catalog. 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.
-