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_MANAGER
Provides access to theCatalogManager
that the resolver is using.Constructors in org.xmlresolver with parameters of type CatalogManagerModifierConstructorDescriptionprotected
CatalogManager
(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 QueryResult
QueryCatalog.lookup
(CatalogManager manager, EntryCatalog catalog) protected QueryResult
QueryDoctype.lookup
(CatalogManager manager, EntryCatalog catalog) protected QueryResult
QueryDocument.lookup
(CatalogManager manager, EntryCatalog catalog) protected QueryResult
QueryEntity.lookup
(CatalogManager manager, EntryCatalog catalog) protected QueryResult
QueryNotation.lookup
(CatalogManager manager, EntryCatalog catalog) protected QueryResult
QueryPublic.lookup
(CatalogManager manager, EntryCatalog catalog) QuerySystem.lookup
(CatalogManager manager, EntryCatalog catalog) protected QueryResult
QueryUri.lookup
(CatalogManager manager, EntryCatalog catalog) QueryCatalog.search
(CatalogManager manager)