Uses of Class
org.jboss.util.xml.catalog.CatalogManager

Packages that use CatalogManager
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
protected  CatalogManager Catalog.catalogManager
          The catalog manager in use for this instance.
 

Methods in org.jboss.util.xml.catalog that return CatalogManager
 CatalogManager Catalog.getCatalogManager()
          Return the CatalogManager used by this catalog.
static CatalogManager CatalogManager.getStaticManager()
          Allow access to the static CatalogManager
 

Methods in org.jboss.util.xml.catalog with parameters of type CatalogManager
 void Catalog.setCatalogManager(CatalogManager manager)
          Establish the CatalogManager used by this catalog.
 

Constructors in org.jboss.util.xml.catalog with parameters of type CatalogManager
Catalog(CatalogManager manager)
          Constructs an empty Catalog with a specific CatalogManager.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.