Uses of Class
org.xmlresolver.catalog.entry.Entry
-
Packages that use Entry Package Description org.xmlresolver.cache XML Resolver cache.org.xmlresolver.catalog.entry -
-
Uses of Entry in org.xmlresolver.cache
Subclasses of Entry in org.xmlresolver.cache Modifier and Type Class Description class
CacheEntryCatalog
Fields in org.xmlresolver.cache declared as Entry Modifier and Type Field Description Entry
CacheEntry. entry
The XML Catalog entry for this cached resource.Methods in org.xmlresolver.cache with parameters of type Entry Modifier and Type Method Description protected void
CacheEntryCatalog. add(Entry entry)
protected void
CacheEntryCatalog. add(Entry entry, java.lang.Long time)
protected void
CacheEntryCatalog. writeCacheEntry(Entry entry, java.io.File cacheFile)
-
Uses of Entry in org.xmlresolver.catalog.entry
Subclasses of Entry in org.xmlresolver.catalog.entry Modifier and Type Class Description class
EntryCatalog
class
EntryDelegatePublic
class
EntryDelegateSystem
class
EntryDelegateUri
class
EntryDoctype
class
EntryDocument
class
EntryDtddecl
class
EntryEntity
class
EntryGroup
class
EntryLinktype
class
EntryNextCatalog
class
EntryNotation
class
EntryNull
class
EntryPublic
class
EntryResource
class
EntryRewriteSystem
class
EntryRewriteUri
class
EntrySgmldecl
class
EntrySystem
class
EntrySystemSuffix
class
EntryUri
class
EntryUriSuffix
Fields in org.xmlresolver.catalog.entry with type parameters of type Entry Modifier and Type Field Description protected java.util.ArrayList<Entry>
EntryCatalog. entries
protected static java.util.ArrayList<Entry>
EntryCatalog. none
protected java.util.HashMap<Entry.Type,java.util.ArrayList<Entry>>
EntryCatalog. typedEntries
Methods in org.xmlresolver.catalog.entry that return types with arguments of type Entry Modifier and Type Method Description java.util.List<Entry>
EntryCatalog. entries()
java.util.List<Entry>
EntryCatalog. entries(Entry.Type type)
Methods in org.xmlresolver.catalog.entry with parameters of type Entry Modifier and Type Method Description protected void
EntryCatalog. add(Entry entry)
protected void
EntryCatalog. remove(Entry entry)
-