Uses of Class
org.xmlresolver.CatalogManager
Packages that use CatalogManager
Package
Description
The XML (Catalog) Resolver.
XML Resolver cache.
-
Uses of CatalogManager in org.xmlresolver
Fields in org.xmlresolver with type parameters of type CatalogManagerModifier and TypeFieldDescriptionstatic final ResolverFeature<CatalogManager> ResolverFeature.CATALOG_MANAGERProvides access to theCatalogManagerthat the resolver is using.Constructors in org.xmlresolver with parameters of type CatalogManagerModifierConstructorDescriptionprotectedCatalogManager(CatalogManager current, ResolverConfiguration newConfig) Constructs a catalog manager from the current one and a configuration. -
Uses of CatalogManager in org.xmlresolver.cache
Subclasses of CatalogManager in org.xmlresolver.cache -
Uses of CatalogManager in org.xmlresolver.catalog.query
Methods in org.xmlresolver.catalog.query with parameters of type CatalogManagerModifier and TypeMethodDescriptionprotected abstract QueryResultQueryCatalog.lookup(CatalogManager manager, EntryCatalog catalog) protected QueryResultQueryDoctype.lookup(CatalogManager manager, EntryCatalog catalog) protected QueryResultQueryDocument.lookup(CatalogManager manager, EntryCatalog catalog) protected QueryResultQueryEntity.lookup(CatalogManager manager, EntryCatalog catalog) protected QueryResultQueryNotation.lookup(CatalogManager manager, EntryCatalog catalog) protected QueryResultQueryPublic.lookup(CatalogManager manager, EntryCatalog catalog) QuerySystem.lookup(CatalogManager manager, EntryCatalog catalog) protected QueryResultQueryUri.lookup(CatalogManager manager, EntryCatalog catalog) QueryCatalog.search(CatalogManager manager)