Uses of Class
org.apache.xml.resolver.CatalogManager
-
Packages that use CatalogManager Package Description org.apache.xml.resolver Apache XML Commons Resolver package.org.apache.xml.resolver.tools Apache XML Commons Resolver Tools package. -
-
Uses of CatalogManager in org.apache.xml.resolver
Fields in org.apache.xml.resolver declared as CatalogManager Modifier and Type Field Description protected CatalogManagerCatalog. catalogManagerThe catalog manager in use for this instance.Methods in org.apache.xml.resolver that return CatalogManager Modifier and Type Method Description CatalogManagerCatalog. getCatalogManager()Return the CatalogManager used by this catalog.static CatalogManagerCatalogManager. getStaticManager()Allow access to the static CatalogManagerMethods in org.apache.xml.resolver with parameters of type CatalogManager Modifier and Type Method Description voidCatalog. setCatalogManager(CatalogManager manager)Establish the CatalogManager used by this catalog.Constructors in org.apache.xml.resolver with parameters of type CatalogManager Constructor Description Catalog(CatalogManager manager)Constructs an empty Catalog with a specific CatalogManager. -
Uses of CatalogManager in org.apache.xml.resolver.tools
Constructors in org.apache.xml.resolver.tools with parameters of type CatalogManager Constructor Description CatalogResolver(CatalogManager manager)ConstructorResolvingParser(CatalogManager manager)Deprecated.Constructor.ResolvingXMLFilter(CatalogManager manager)Construct an XML filter with the specified parent.ResolvingXMLFilter(org.xml.sax.XMLReader parent, CatalogManager manager)Construct an XML filter with the specified parent.ResolvingXMLReader(CatalogManager manager)Construct a new reader from the JAXP factory.
-