Package org.xmlresolver.catalog.entry
Class EntryPublic
java.lang.Object
org.xmlresolver.catalog.entry.Entry
org.xmlresolver.catalog.entry.EntryResource
org.xmlresolver.catalog.entry.EntryPublic
-
Nested Class Summary
Nested classes/interfaces inherited from class org.xmlresolver.catalog.entry.Entry
Entry.Type
-
Field Summary
FieldsFields inherited from class org.xmlresolver.catalog.entry.EntryResource
uri
-
Constructor Summary
ConstructorsConstructorDescriptionEntryPublic
(ResolverConfiguration config, URI baseURI, String id, String publicId, String uri, boolean prefer) -
Method Summary
Methods inherited from class org.xmlresolver.catalog.entry.Entry
getProperties, getProperty, setProperties, setProperty
-
Field Details
-
publicId
-
preferPublic
public final boolean preferPublic
-
-
Constructor Details
-
EntryPublic
public EntryPublic(ResolverConfiguration config, URI baseURI, String id, String publicId, String uri, boolean prefer)
-
-
Method Details