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_DOCUMENTSpecify the protocols allowed for URI lookup.static final ResolverFeature<String> ResolverFeature.ACCESS_EXTERNAL_ENTITYSpecify the protocols allowed for entity lookup.static final ResolverFeature<Boolean> ResolverFeature.ALLOW_CATALOG_PIDetermines whether the catalog PI in a document may change the list of catalog files to be consulted.static final ResolverFeature<Boolean> ResolverFeature.ALWAYS_RESOLVEShould the resolver always return a resource, even when it didn't find it in the catalog?static final ResolverFeature<Boolean> ResolverFeature.ARCHIVED_CATALOGSAdds support for placing ZIP files on the catalog path.static final ResolverFeature<ResourceCache> ResolverFeature.CACHEProvides access to theResourceCachethat the resolver is using.static final ResolverFeature<String> ResolverFeature.CACHE_DIRECTORYSets the location of the cache directory.static final ResolverFeature<Boolean> ResolverFeature.CACHE_ENABLEDIs the cache enabled?static final ResolverFeature<Boolean> ResolverFeature.CACHE_UNDER_HOMEDetermines if a default cache location of.xmlresolver.org/cacheunder the users home directory should be used for the cache.static final ResolverFeature<List<String>> ResolverFeature.CATALOG_ADDITIONSSets the list of additional catalog files.static final ResolverFeature<List<String>> ResolverFeature.CATALOG_FILESSets the list of catalog files.static final ResolverFeature<String> ResolverFeature.CATALOG_LOADER_CLASSIdentifies the catalog loader class.static final ResolverFeature<CatalogManager> ResolverFeature.CATALOG_MANAGERProvides access to theCatalogManagerthat the resolver is using.static final ResolverFeature<ClassLoader> ResolverFeature.CLASSLOADERIdentify the ClassLoader to use for accessing resources on the classpath.static final ResolverFeature<Boolean> ResolverFeature.CLASSPATH_CATALOGSDetermines whether or not catalogs on the classpath should be loaded automatically.static final ResolverFeature<String> ResolverFeature.DEFAULT_LOGGER_LOG_LEVELSpecify the logging level for the default logger.static final ResolverFeature<Boolean> ResolverFeature.FIX_WINDOWS_SYSTEM_IDENTIFIERSFix backslashes in system identifiers on Windows?static final ResolverFeature<Boolean> ResolverFeature.MASK_JAR_URISDetermines whether a classpath: or jar: URI is returned by the resolver.static final ResolverFeature<Boolean> ResolverFeature.MERGE_HTTPSDetermines whether http: and https: URIs compare the same.static final ResolverFeature<Boolean> ResolverFeature.PARSE_RDDLControls whether or not namespace documents will be parsed for RDDL annotations.static final ResolverFeature<Boolean> ResolverFeature.PREFER_PROPERTY_FILEDetermines whether property file values are preferred over system property values.static final ResolverFeature<Boolean> ResolverFeature.PREFER_PUBLICDetermines whether or not public IDs are preferred..static final ResolverFeature<ResolverLogger> ResolverFeature.RESOLVER_LOGGERIdentifies the resolver logger.static final ResolverFeature<String> ResolverFeature.RESOLVER_LOGGER_CLASSIdentifies the resolver logger class.static final ResolverFeature<String> ResolverFeature.SAXPARSERFACTORY_CLASSIdentify the SAXParserFactory class.static final ResolverFeature<Boolean> ResolverFeature.THROW_URI_EXCEPTIONSAllows the resolver to throw exceptions for invalid URIs.static final ResolverFeature<Boolean> ResolverFeature.URI_FOR_SYSTEMDetermines whether or noturicatalog entries can be used to resolve external identifiers.static final ResolverFeature<Supplier<XMLReader>> ResolverFeature.XMLREADER_SUPPLIERConfigure 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> TResolverConfiguration.getFeature(ResolverFeature<T> feature) Gets a feature value.<T> TXMLResolverConfiguration.getFeature(ResolverFeature<T> feature) Return the value of a feature.<T> voidResolverConfiguration.setFeature(ResolverFeature<T> feature, T value) Sets a feature value.<T> voidXMLResolverConfiguration.setFeature(ResolverFeature<T> feature, T value) Set a configuration feature.