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. typedEntriesMethods in org.xmlresolver.catalog.entry that return Entry.Type Modifier and Type Method Description abstract Entry.TypeEntry. getType()Entry.TypeEntryCatalog. getType()Entry.TypeEntryDelegatePublic. getType()Entry.TypeEntryDelegateSystem. getType()Entry.TypeEntryDelegateUri. getType()Entry.TypeEntryDoctype. getType()Entry.TypeEntryDocument. getType()Entry.TypeEntryDtddecl. getType()Entry.TypeEntryEntity. getType()Entry.TypeEntryGroup. getType()Entry.TypeEntryLinktype. getType()Entry.TypeEntryNextCatalog. getType()Entry.TypeEntryNotation. getType()Entry.TypeEntryNull. getType()Entry.TypeEntryPublic. getType()Entry.TypeEntryRewriteSystem. getType()Entry.TypeEntryRewriteUri. getType()Entry.TypeEntrySgmldecl. getType()Entry.TypeEntrySystem. getType()Entry.TypeEntrySystemSuffix. getType()Entry.TypeEntryUri. getType()Entry.TypeEntryUriSuffix. getType()static Entry.TypeEntry.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)
-