Uses of Class
org.xmlresolver.catalog.entry.EntrySystem
-
Packages that use EntrySystem Package Description org.xmlresolver.cache XML Resolver cache.org.xmlresolver.catalog.entry -
-
Uses of EntrySystem in org.xmlresolver.cache
Methods in org.xmlresolver.cache that return EntrySystem Modifier and Type Method Description protected EntrySystem
CacheEntryCatalog. addSystem(java.net.URI baseURI, java.lang.String systemId, java.lang.String uri, long timestamp)
Constructors in org.xmlresolver.cache with parameters of type EntrySystem Constructor Description CacheEntry(EntrySystem entry, long time)
Cache a system entry. -
Uses of EntrySystem in org.xmlresolver.catalog.entry
Methods in org.xmlresolver.catalog.entry that return EntrySystem Modifier and Type Method Description EntrySystem
EntryCatalog. addSystem(java.net.URI baseURI, java.lang.String id, java.lang.String systemId, java.lang.String uri)
-