Uses of Class
org.xmlresolver.catalog.entry.Entry.Type
-
Packages that use Entry.Type Package Description org.xmlresolver.catalog.entry -
-
Uses of Entry.Type in org.xmlresolver.catalog.entry
Fields in org.xmlresolver.catalog.entry with type parameters of type Entry.Type Modifier and Type Field Description protected java.util.HashMap<Entry.Type,java.util.ArrayList<Entry>>
EntryCatalog. typedEntries
Methods in org.xmlresolver.catalog.entry that return Entry.Type Modifier and Type Method Description abstract Entry.Type
Entry. getType()
Entry.Type
EntryCatalog. getType()
Entry.Type
EntryDelegatePublic. getType()
Entry.Type
EntryDelegateSystem. getType()
Entry.Type
EntryDelegateUri. getType()
Entry.Type
EntryDoctype. getType()
Entry.Type
EntryDocument. getType()
Entry.Type
EntryDtddecl. getType()
Entry.Type
EntryEntity. getType()
Entry.Type
EntryGroup. getType()
Entry.Type
EntryLinktype. getType()
Entry.Type
EntryNextCatalog. getType()
Entry.Type
EntryNotation. getType()
Entry.Type
EntryNull. getType()
Entry.Type
EntryPublic. getType()
Entry.Type
EntryRewriteSystem. getType()
Entry.Type
EntryRewriteUri. getType()
Entry.Type
EntrySgmldecl. getType()
Entry.Type
EntrySystem. getType()
Entry.Type
EntrySystemSuffix. getType()
Entry.Type
EntryUri. getType()
Entry.Type
EntryUriSuffix. getType()
static Entry.Type
Entry.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Entry.Type[]
Entry.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xmlresolver.catalog.entry with parameters of type Entry.Type Modifier and Type Method Description java.util.List<Entry>
EntryCatalog. entries(Entry.Type type)
-