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_MANAGERProvides access to theCatalogManagerthat 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 classResourceCacheImplements 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 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)QueryResultQuerySystem. lookup(CatalogManager manager, EntryCatalog catalog)protected QueryResultQueryUri. lookup(CatalogManager manager, EntryCatalog catalog)QueryResultQueryCatalog. search(CatalogManager manager)
-