Uses of Class
org.xmlresolver.ResolverFeature
Packages that use ResolverFeature
-
Uses of ResolverFeature in org.xmlresolver
Fields in org.xmlresolver declared as ResolverFeatureModifier and TypeFieldDescriptionstatic final ResolverFeature
<String> ResolverFeature.ACCESS_EXTERNAL_DOCUMENT
Specify the protocols allowed for URI lookup.static final ResolverFeature
<String> ResolverFeature.ACCESS_EXTERNAL_ENTITY
Specify the protocols allowed for entity lookup.static final ResolverFeature
<Boolean> ResolverFeature.ALLOW_CATALOG_PI
Determines whether the catalog PI in a document may change the list of catalog files to be consulted.static final ResolverFeature
<Boolean> ResolverFeature.ALWAYS_RESOLVE
Should the resolver always return a resource, even when it didn't find it in the catalog?static final ResolverFeature
<Boolean> ResolverFeature.ARCHIVED_CATALOGS
Adds support for placing ZIP files on the catalog path.static final ResolverFeature
<ResourceCache> ResolverFeature.CACHE
Provides access to theResourceCache
that the resolver is using.static final ResolverFeature
<String> ResolverFeature.CACHE_DIRECTORY
Sets the location of the cache directory.static final ResolverFeature
<Boolean> ResolverFeature.CACHE_ENABLED
Is the cache enabled?static final ResolverFeature
<Boolean> ResolverFeature.CACHE_UNDER_HOME
Determines if a default cache location of.xmlresolver.org/cache
under the users home directory should be used for the cache.static final ResolverFeature
<List<String>> ResolverFeature.CATALOG_ADDITIONS
Sets the list of additional catalog files.static final ResolverFeature
<List<String>> ResolverFeature.CATALOG_FILES
Sets the list of catalog files.static final ResolverFeature
<String> ResolverFeature.CATALOG_LOADER_CLASS
Identifies the catalog loader class.static final ResolverFeature
<CatalogManager> ResolverFeature.CATALOG_MANAGER
Provides access to theCatalogManager
that the resolver is using.static final ResolverFeature
<ClassLoader> ResolverFeature.CLASSLOADER
Identify the ClassLoader to use for accessing resources on the classpath.static final ResolverFeature
<Boolean> ResolverFeature.CLASSPATH_CATALOGS
Determines whether or not catalogs on the classpath should be loaded automatically.static final ResolverFeature
<String> ResolverFeature.DEFAULT_LOGGER_LOG_LEVEL
Specify the logging level for the default logger.static final ResolverFeature
<Boolean> ResolverFeature.FIX_WINDOWS_SYSTEM_IDENTIFIERS
Fix backslashes in system identifiers on Windows?static final ResolverFeature
<Boolean> ResolverFeature.MASK_JAR_URIS
Determines whether a classpath: or jar: URI is returned by the resolver.static final ResolverFeature
<Boolean> ResolverFeature.MERGE_HTTPS
Determines whether http: and https: URIs compare the same.static final ResolverFeature
<Boolean> ResolverFeature.PARSE_RDDL
Controls whether or not namespace documents will be parsed for RDDL annotations.static final ResolverFeature
<Boolean> ResolverFeature.PREFER_PROPERTY_FILE
Determines whether property file values are preferred over system property values.static final ResolverFeature
<Boolean> ResolverFeature.PREFER_PUBLIC
Determines whether or not public IDs are preferred..static final ResolverFeature
<ResolverLogger> ResolverFeature.RESOLVER_LOGGER
Identifies the resolver logger.static final ResolverFeature
<String> ResolverFeature.RESOLVER_LOGGER_CLASS
Identifies the resolver logger class.static final ResolverFeature
<String> ResolverFeature.SAXPARSERFACTORY_CLASS
Identify the SAXParserFactory class.static final ResolverFeature
<Boolean> ResolverFeature.THROW_URI_EXCEPTIONS
Allows the resolver to throw exceptions for invalid URIs.static final ResolverFeature
<Boolean> ResolverFeature.URI_FOR_SYSTEM
Determines whether or noturi
catalog entries can be used to resolve external identifiers.static final ResolverFeature
<Supplier<XMLReader>> ResolverFeature.XMLREADER_SUPPLIER
Configure the default XML reader.Methods in org.xmlresolver that return ResolverFeatureMethods in org.xmlresolver that return types with arguments of type ResolverFeatureModifier and TypeMethodDescriptionResolverConfiguration.getFeatures()
Iterates over all the features known to the particular configuration.XMLResolverConfiguration.getFeatures()
Iterate over all the known features.Methods in org.xmlresolver with parameters of type ResolverFeatureModifier and TypeMethodDescription<T> T
ResolverConfiguration.getFeature
(ResolverFeature<T> feature) Gets a feature value.<T> T
XMLResolverConfiguration.getFeature
(ResolverFeature<T> feature) Return the value of a feature.<T> void
ResolverConfiguration.setFeature
(ResolverFeature<T> feature, T value) Sets a feature value.<T> void
XMLResolverConfiguration.setFeature
(ResolverFeature<T> feature, T value) Set a configuration feature.