Uses of Class
org.xmlresolver.CatalogManager
-
Packages that use CatalogManager Package Description org.xmlresolver The XML (Catalog) Resolver.org.xmlresolver.cache XML Resolver cache.org.xmlresolver.catalog.query -
-
Uses of CatalogManager in org.xmlresolver
Fields in org.xmlresolver with type parameters of type CatalogManager Modifier and Type Field Description static ResolverFeature<CatalogManager>
ResolverFeature. CATALOG_MANAGER
Provides access to theCatalogManager
that the resolver is using.Constructors in org.xmlresolver with parameters of type CatalogManager Constructor Description 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 Modifier and Type Class Description class
ResourceCache
Implements a resource cache. -
Uses of CatalogManager in org.xmlresolver.catalog.query
Methods in org.xmlresolver.catalog.query with parameters of type CatalogManager Modifier and Type Method Description protected 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)
QueryResult
QuerySystem. lookup(CatalogManager manager, EntryCatalog catalog)
protected QueryResult
QueryUri. lookup(CatalogManager manager, EntryCatalog catalog)
QueryResult
QueryCatalog. search(CatalogManager manager)
-