Uses of Class
org.xmlresolver.cache.CacheEntry
Packages that use CacheEntry
Package
Description
The XML (Catalog) Resolver.
XML Resolver cache.
-
Uses of CacheEntry in org.xmlresolver
Methods in org.xmlresolver with parameters of type CacheEntryModifier and TypeMethodDescriptionprotected ResolvedResourceImplCatalogResolver.resource(String requestURI, URI responseURI, CacheEntry cached) -
Uses of CacheEntry in org.xmlresolver.cache
Fields in org.xmlresolver.cache with type parameters of type CacheEntryMethods in org.xmlresolver.cache that return CacheEntryModifier and TypeMethodDescriptionprivate CacheEntryResourceCache.addNamespaceURI(ResourceConnection connection, String nature, String purpose) Add a Namespace URI to the cache.private CacheEntryResourceCache.addSystem(ResourceConnection connection, String publicId) ResourceCache.cachedNamespaceUri(URI uri, String nature, String purpose) ResourceCache.cachedSystem(URI systemId, String publicId) private CacheEntryResourceCache.findNamespaceCacheEntry(URI uri, String nature, String purpose) private CacheEntryResourceCache.findSystemCacheEntry(URI systemId) Methods in org.xmlresolver.cache that return types with arguments of type CacheEntryMethods in org.xmlresolver.cache with parameters of type CacheEntry