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