Index

A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractLogger - Class in org.xmlresolver.logging
The abstract logger implements some of the core functionality needed regardless of how the messages are processed.
AbstractLogger() - Constructor for class org.xmlresolver.logging.AbstractLogger
Initializes properties of the abstract class.
ACCESS_EXTERNAL_DOCUMENT - Static variable in class org.xmlresolver.ResolverFeature
Specify the protocols allowed for URI lookup.
ACCESS_EXTERNAL_ENTITY - Static variable in class org.xmlresolver.ResolverFeature
Specify the protocols allowed for entity lookup.
Accessing the resolver - Search tag in package org.xmlresolver
Section
adaptForJing(SaxProducer) - Static method in interface org.xmlresolver.utils.SaxProducer
Adapt the provided XMLResolver SaxProducer to a Jing SaxProducer.
add(Entry) - Method in class org.xmlresolver.cache.CacheEntryCatalog
 
add(Entry) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
add(Entry, Long) - Method in class org.xmlresolver.cache.CacheEntryCatalog
 
addCacheInfo(String, boolean) - Method in class org.xmlresolver.cache.ResourceCache
 
addCacheInfo(String, boolean, long, long, long, long) - Method in class org.xmlresolver.cache.ResourceCache
 
addCatalog(String) - Method in class org.xmlresolver.XMLResolverConfiguration
Add a catalog file to the list of catalogs.
addCatalog(URI, InputSource) - Method in class org.xmlresolver.XMLResolverConfiguration
Add a catalog file to the list of catalogs.
addDelegatePublic(URI, String, String, String, boolean) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addDelegateSystem(URI, String, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addDelegateUri(URI, String, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addDoctype(URI, String, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addDocument(URI, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addDtdDecl(URI, String, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addEntity(URI, String, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addGroup(URI, String, boolean) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addLinktype(URI, String, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addNextCatalog(URI, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addNotation(URI, String, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addPublic(URI, String, String, long) - Method in class org.xmlresolver.cache.CacheEntryCatalog
 
addPublic(URI, String, String, String, boolean) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addRewriteSystem(URI, String, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addRewriteUri(URI, String, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addSgmlDecl(URI, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addSystem(URI, String, String, long) - Method in class org.xmlresolver.cache.CacheEntryCatalog
 
addSystem(URI, String, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addSystemSuffix(URI, String, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addUri(URI, String, String, String, String, long) - Method in class org.xmlresolver.cache.CacheEntryCatalog
 
addUri(URI, String, String, String, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
addUriSuffix(URI, String, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
ALLOW_CATALOG_PI - Static variable in class org.xmlresolver.ResolverFeature
Determines whether the catalog PI in a document may change the list of catalog files to be consulted.
ALWAYS_RESOLVE - Static variable in class org.xmlresolver.ResolverFeature
Should the resolver always return a resource, even when it didn't find it in the catalog?
appName - Static variable in class org.xmlresolver.BuildConfig
 
ARCHIVED_CATALOGS - Static variable in class org.xmlresolver.ResolverFeature
Adds support for placing ZIP files on the catalog path.

B

baseURI - Variable in class org.xmlresolver.catalog.entry.Entry
 
body() - Method in class org.xmlresolver.Resource
Return the InputStream associated with the resource.
BuildConfig - Class in org.xmlresolver
 
byName(String) - Static method in class org.xmlresolver.ResolverFeature
Find a known static feature by name.

C

cache - Variable in class org.xmlresolver.cache.CacheInfo
Is this pattern cached?
CACHE - Static variable in class org.xmlresolver.logging.AbstractLogger
Messages related to how the cache is used.
CACHE - Static variable in class org.xmlresolver.ResolverFeature
Provides access to the ResourceCache that the resolver is using.
CACHE_DIRECTORY - Static variable in class org.xmlresolver.ResolverFeature
Sets the location of the cache directory.
CACHE_ENABLED - Static variable in class org.xmlresolver.ResolverFeature
Is the cache enabled?
CACHE_UNDER_HOME - Static variable in class org.xmlresolver.ResolverFeature
Determines if a default cache location of .xmlresolver.org/cache under the users home directory should be used for the cache.
cached - Variable in class org.xmlresolver.cache.CacheEntryCatalog
 
cachedNamespaceUri(URI, String, String) - Method in class org.xmlresolver.cache.ResourceCache
 
cachedSystem(URI, String) - Method in class org.xmlresolver.cache.ResourceCache
 
cachedUri(URI) - Method in class org.xmlresolver.cache.ResourceCache
 
CacheEntry - Class in org.xmlresolver.cache
An entry in the cache.
CacheEntry(EntryPublic, long) - Constructor for class org.xmlresolver.cache.CacheEntry
Cache a public entry.
CacheEntry(EntrySystem, long) - Constructor for class org.xmlresolver.cache.CacheEntry
Cache a system entry.
CacheEntry(EntryUri, long) - Constructor for class org.xmlresolver.cache.CacheEntry
Cache a URI.
CacheEntryCatalog - Class in org.xmlresolver.cache
 
CacheEntryCatalog(ResolverConfiguration, URI, String, boolean) - Constructor for class org.xmlresolver.cache.CacheEntryCatalog
 
CacheInfo - Class in org.xmlresolver.cache
Information about cached URIs.
CacheInfo(String, boolean) - Constructor for class org.xmlresolver.cache.CacheInfo
Create an entry with default parameters.
CacheInfo(String, boolean, long, long, long, long) - Constructor for class org.xmlresolver.cache.CacheInfo
Create an entry with explicit parameters.
CacheParser - Class in org.xmlresolver.cache
Parse user-supplied strings into cache info values
CacheParser(ResolverConfiguration) - Constructor for class org.xmlresolver.cache.CacheParser
 
cacheSize - Variable in class org.xmlresolver.cache.CacheInfo
How many entries are allowed for this pattern?
cacheSize - Static variable in class org.xmlresolver.cache.ResourceCache
The maximum size of the cache (in files).
cacheSpace - Variable in class org.xmlresolver.cache.CacheInfo
How much disk space may entries for this pattern occupy?
cacheSpace - Static variable in class org.xmlresolver.cache.ResourceCache
The maximum size of the cache (in bytes).
cacheURI(String) - Method in class org.xmlresolver.cache.ResourceCache
Returns true if the specified absolute URI should be cached.
catalog - Variable in class org.xmlresolver.catalog.entry.EntryDelegatePublic
 
catalog - Variable in class org.xmlresolver.catalog.entry.EntryDelegateSystem
 
catalog - Variable in class org.xmlresolver.catalog.entry.EntryDelegateUri
 
catalog - Variable in class org.xmlresolver.catalog.entry.EntryNextCatalog
 
CATALOG - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
CATALOG_ADDITIONS - Static variable in class org.xmlresolver.ResolverFeature
Sets the list of additional catalog files.
CATALOG_FILES - Static variable in class org.xmlresolver.ResolverFeature
Sets the list of catalog files.
CATALOG_LOADER_CLASS - Static variable in class org.xmlresolver.ResolverFeature
Identifies the catalog loader class.
CATALOG_MANAGER - Static variable in class org.xmlresolver.ResolverFeature
Provides access to the CatalogManager that the resolver is using.
CATALOG_NS - Static variable in class org.xmlresolver.ResolverConstants
The XML Namespace name of OASIS XML Catalog files, "urn:oasis:names:tc:entity:xmlns:xml:catalog".
CatalogInvalidException - Exception Class in org.xmlresolver.exceptions
An invalid catalog exception.
CatalogInvalidException(String) - Constructor for exception class org.xmlresolver.exceptions.CatalogInvalidException
Construct an exception with a message about what went wrong.
catalogLoader - Variable in class org.xmlresolver.CatalogManager
 
CatalogLoader - Interface in org.xmlresolver.loaders
The catalog loader interface.
CatalogLoaderResolver - Class in org.xmlresolver.loaders
An entity resolver for the catalog loader
CatalogLoaderResolver() - Constructor for class org.xmlresolver.loaders.CatalogLoaderResolver
 
catalogLogging - Variable in class org.xmlresolver.logging.AbstractLogger
 
CatalogManager - Class in org.xmlresolver
The CatalogManager manages a list of OASIS XML Catalogs and performs lookup operations on those catalogs.
CatalogManager(CatalogManager, ResolverConfiguration) - Constructor for class org.xmlresolver.CatalogManager
Constructs a catalog manager from the current one and a configuration.
CatalogManager(ResolverConfiguration) - Constructor for class org.xmlresolver.CatalogManager
Construct a catalog manager for the specified configuration.
catalogMap - Variable in class org.xmlresolver.loaders.ValidatingXmlLoader
 
catalogMap - Variable in class org.xmlresolver.loaders.XmlLoader
 
CatalogResolver - Class in org.xmlresolver
The CatalogResolver returns resolved resources in a uniform way.
CatalogResolver() - Constructor for class org.xmlresolver.CatalogResolver
Creates a new instance of ResourceResolver using a default configuration.
CatalogResolver(XMLResolverConfiguration) - Constructor for class org.xmlresolver.CatalogResolver
Creates a new instance of ResourceResolver with the specified resolver configuration.
catalogs - Variable in class org.xmlresolver.catalog.query.QueryDelegatePublic
 
catalogs - Variable in class org.xmlresolver.catalog.query.QueryDelegateSystem
 
catalogs - Variable in class org.xmlresolver.catalog.query.QueryDelegateUri
 
catalogs() - Method in class org.xmlresolver.CatalogManager
 
CatalogUnavailableException - Exception Class in org.xmlresolver.exceptions
An unavailable catalog exception.
CatalogUnavailableException(String) - Constructor for exception class org.xmlresolver.exceptions.CatalogUnavailableException
Construct an exception with a message about what went wrong.
categories - Variable in class org.xmlresolver.logging.AbstractLogger
 
CLASSLOADER - Static variable in class org.xmlresolver.ResolverFeature
Identify the ClassLoader to use for accessing resources on the classpath.
CLASSPATH_CATALOGS - Static variable in class org.xmlresolver.ResolverFeature
Determines whether or not catalogs on the classpath should be loaded automatically.
close() - Method in class org.xmlresolver.ResourceConnection
 
config - Variable in class org.xmlresolver.catalog.entry.Entry
 
config - Variable in class org.xmlresolver.loaders.ValidatingXmlLoader
 
config - Variable in class org.xmlresolver.loaders.XmlLoader
 
config - Variable in class org.xmlresolver.Resolver
 
CONFIG - Static variable in class org.xmlresolver.logging.AbstractLogger
Messages related to resolver configuration.
contentType() - Method in class org.xmlresolver.cache.CacheEntry
The resource content type.
contentType() - Method in class org.xmlresolver.Resource
Return the MIME content type associated with the resource.
cwd() - Static method in class org.xmlresolver.utils.URIUtils
Creates a URI for the users current working directory.

D

debug(String) - Method in class org.xmlresolver.logging.DefaultLogger
Writes a debug message to System.err.
debug(String) - Method in interface org.xmlresolver.logging.ResolverLogger
Process a debug or "trace" message.
debug(String) - Method in class org.xmlresolver.logging.SystemLogger
Process a debug message with the underlying logging framework.
DEBUG - Static variable in class org.xmlresolver.logging.AbstractLogger
 
decodeURN(String) - Static method in class org.xmlresolver.utils.PublicId
Decode a "publicid" URN into a public identifier.
DEFAULT_LOGGER_LOG_LEVEL - Static variable in class org.xmlresolver.ResolverFeature
Specify the logging level for the default logger.
DefaultLogger - Class in org.xmlresolver.logging
The default logger logs to System.err.
DefaultLogger(ResolverConfiguration) - Constructor for class org.xmlresolver.logging.DefaultLogger
Initialize the logger.
defaultPattern - Static variable in class org.xmlresolver.cache.ResourceCache
The default cache pattern.
DELEGATE_PUBLIC - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
DELEGATE_SYSTEM - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
DELEGATE_URI - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
deleteWait - Variable in class org.xmlresolver.cache.CacheInfo
How long are expired entries kept for this pattern?
deleteWait - Static variable in class org.xmlresolver.cache.ResourceCache
Length of time a cached resource remains available after it has been deleted.
directory() - Method in class org.xmlresolver.cache.ResourceCache
Returns the cache directory associated with this ResourceCache.
DOCTYPE - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
DOCUMENT - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
DTD_DECL - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 

E

EMPTY_RESULT - Static variable in class org.xmlresolver.catalog.query.QueryResult
 
encodeURN(String) - Static method in class org.xmlresolver.utils.PublicId
Encode a public identifier as a "publicid" URN.
ENTITY - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
entityName - Variable in class org.xmlresolver.catalog.query.QueryDoctype
 
entityName - Variable in class org.xmlresolver.catalog.query.QueryEntity
 
entries - Variable in class org.xmlresolver.catalog.entry.EntryCatalog
 
entries() - Method in class org.xmlresolver.cache.ResourceCache
 
entries() - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
entries(Entry.Type) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
entry - Variable in class org.xmlresolver.cache.CacheEntry
The XML Catalog entry for this cached resource.
Entry - Class in org.xmlresolver.catalog.entry
 
Entry(ResolverConfiguration, URI, String) - Constructor for class org.xmlresolver.catalog.entry.Entry
 
Entry.Type - Enum in org.xmlresolver.catalog.entry
 
EntryCatalog - Class in org.xmlresolver.catalog.entry
 
EntryCatalog(ResolverConfiguration, URI, String, boolean) - Constructor for class org.xmlresolver.catalog.entry.EntryCatalog
 
EntryDelegatePublic - Class in org.xmlresolver.catalog.entry
 
EntryDelegatePublic(ResolverConfiguration, URI, String, String, String, boolean) - Constructor for class org.xmlresolver.catalog.entry.EntryDelegatePublic
 
EntryDelegateSystem - Class in org.xmlresolver.catalog.entry
 
EntryDelegateSystem(ResolverConfiguration, URI, String, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntryDelegateSystem
 
EntryDelegateUri - Class in org.xmlresolver.catalog.entry
 
EntryDelegateUri(ResolverConfiguration, URI, String, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntryDelegateUri
 
EntryDoctype - Class in org.xmlresolver.catalog.entry
 
EntryDoctype(ResolverConfiguration, URI, String, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntryDoctype
 
EntryDocument - Class in org.xmlresolver.catalog.entry
 
EntryDocument(ResolverConfiguration, URI, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntryDocument
 
EntryDtddecl - Class in org.xmlresolver.catalog.entry
 
EntryDtddecl(ResolverConfiguration, URI, String, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntryDtddecl
 
EntryEntity - Class in org.xmlresolver.catalog.entry
 
EntryEntity(ResolverConfiguration, URI, String, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntryEntity
 
EntryGroup - Class in org.xmlresolver.catalog.entry
 
EntryGroup(ResolverConfiguration, URI, String, boolean) - Constructor for class org.xmlresolver.catalog.entry.EntryGroup
 
EntryLinktype - Class in org.xmlresolver.catalog.entry
 
EntryLinktype(ResolverConfiguration, URI, String, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntryLinktype
 
EntryNextCatalog - Class in org.xmlresolver.catalog.entry
 
EntryNextCatalog(ResolverConfiguration, URI, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntryNextCatalog
 
EntryNotation - Class in org.xmlresolver.catalog.entry
 
EntryNotation(ResolverConfiguration, URI, String, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntryNotation
 
EntryNull - Class in org.xmlresolver.catalog.entry
 
EntryNull(ResolverConfiguration) - Constructor for class org.xmlresolver.catalog.entry.EntryNull
 
EntryPublic - Class in org.xmlresolver.catalog.entry
 
EntryPublic(ResolverConfiguration, URI, String, String, String, boolean) - Constructor for class org.xmlresolver.catalog.entry.EntryPublic
 
EntryResource - Class in org.xmlresolver.catalog.entry
 
EntryResource(ResolverConfiguration, URI, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntryResource
 
EntryRewriteSystem - Class in org.xmlresolver.catalog.entry
 
EntryRewriteSystem(ResolverConfiguration, URI, String, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntryRewriteSystem
 
EntryRewriteUri - Class in org.xmlresolver.catalog.entry
 
EntryRewriteUri(ResolverConfiguration, URI, String, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntryRewriteUri
 
EntrySgmldecl - Class in org.xmlresolver.catalog.entry
 
EntrySgmldecl(ResolverConfiguration, URI, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntrySgmldecl
 
EntrySystem - Class in org.xmlresolver.catalog.entry
 
EntrySystem(ResolverConfiguration, URI, String, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntrySystem
 
EntrySystemSuffix - Class in org.xmlresolver.catalog.entry
 
EntrySystemSuffix(ResolverConfiguration, URI, String, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntrySystemSuffix
 
EntryUri - Class in org.xmlresolver.catalog.entry
 
EntryUri(ResolverConfiguration, URI, String, String, String, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntryUri
 
EntryUriSuffix - Class in org.xmlresolver.catalog.entry
 
EntryUriSuffix(ResolverConfiguration, URI, String, String, String) - Constructor for class org.xmlresolver.catalog.entry.EntryUriSuffix
 
error(String, Object...) - Method in class org.xmlresolver.cache.CacheEntryCatalog
 
error(String, Object...) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
ERROR - Static variable in class org.xmlresolver.logging.AbstractLogger
Error messages.
etag() - Method in class org.xmlresolver.cache.CacheEntry
The resource etag.
excludedPatterns - Static variable in class org.xmlresolver.cache.ResourceCache
Excluded patterns.
expire(CacheEntry) - Method in class org.xmlresolver.cache.CacheEntryCatalog
 
expired - Variable in class org.xmlresolver.cache.CacheEntry
Is this resource expired?
expired(URI) - Method in class org.xmlresolver.cache.ResourceCache
Attempts to determine if the local copy is out of date.
extra - Variable in class org.xmlresolver.catalog.entry.Entry
 

F

file - Variable in class org.xmlresolver.cache.CacheEntry
The local file where this resource is cached.
FINAL_RESULT - Static variable in class org.xmlresolver.catalog.query.QueryResult
 
FIX_WINDOWS_SYSTEM_IDENTIFIERS - Static variable in class org.xmlresolver.ResolverFeature
Fix backslashes in system identifiers on Windows?
flushCache(Pattern, long, long, File) - Method in class org.xmlresolver.cache.CacheEntryCatalog
 
FOLLOW_REDIRECT_LIMIT - Static variable in class org.xmlresolver.CatalogResolver
 
forbidAccess(String, String, boolean) - Static method in class org.xmlresolver.utils.URIUtils
 

G

getArchivedCatalogs() - Method in interface org.xmlresolver.loaders.CatalogLoader
Return whether archived catalogs are allowed.
getArchivedCatalogs() - Method in class org.xmlresolver.loaders.ValidatingXmlLoader
 
getArchivedCatalogs() - Method in class org.xmlresolver.loaders.XmlLoader
 
getBaseURI() - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
getByteStream() - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
getCacheInfo(String) - Method in class org.xmlresolver.cache.ResourceCache
 
getCacheInfoList() - Method in class org.xmlresolver.cache.ResourceCache
 
getCatalogLoader() - Method in class org.xmlresolver.CatalogManager
Get the catalog loader.
getCatalogResolver() - Method in class org.xmlresolver.Resolver
Get the underlying CatalogResolver used by this resolver.
getCategory(String) - Method in class org.xmlresolver.logging.AbstractLogger
Returns the log level, "debug", "info", worn", or "none" associated with a category.
getCategory(String) - Method in interface org.xmlresolver.logging.ResolverLogger
Returns the log level, "debug", "info", or worn", associated with a category.
getCertifiedText() - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
getCharacterStream() - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
getConfiguration() - Method in class org.xmlresolver.CatalogResolver
Returns the XMLResolverConfiguration used by this ResourceResolver.
getConfiguration() - Method in class org.xmlresolver.Resolver
Get the Catalog used by this resolver.
getConfiguration() - Method in interface org.xmlresolver.ResourceResolver
The resolver configuration.
getConfiguration() - Method in class org.xmlresolver.StAXResolver
Get the configuration used by this resolver.
getContentType() - Method in class org.xmlresolver.ResolvedResource
The content type of the resource.
getContentType() - Method in class org.xmlresolver.ResolvedResourceImpl
 
getContentType() - Method in class org.xmlresolver.ResourceConnection
 
getDate() - Method in class org.xmlresolver.ResourceConnection
 
getDefaultCacheInfo() - Method in class org.xmlresolver.cache.ResourceCache
 
getDefaultValue() - Method in class org.xmlresolver.ResolverFeature
Get the default value of the feature.
getEncoding() - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
getEntityResolver() - Method in interface org.xmlresolver.loaders.CatalogLoader
Return the entity resolver used when loading catalogs.
getEntityResolver() - Method in class org.xmlresolver.loaders.ValidatingXmlLoader
 
getEntityResolver() - Method in class org.xmlresolver.loaders.XmlLoader
 
getEtag() - Method in class org.xmlresolver.ResourceConnection
 
getExternalSubset(String, String) - Method in class org.xmlresolver.Resolver
Implements the EntityResolver2 interface.
getFeature(ResolverFeature<T>) - Method in interface org.xmlresolver.ResolverConfiguration
Gets a feature value.
getFeature(ResolverFeature<T>) - Method in class org.xmlresolver.XMLResolverConfiguration
Return the value of a feature.
getFeatures() - Method in interface org.xmlresolver.ResolverConfiguration
Iterates over all the features known to the particular configuration.
getFeatures() - Method in class org.xmlresolver.XMLResolverConfiguration
Iterate over all the known features.
getHeader(String) - Method in class org.xmlresolver.ResolvedResourceImpl
 
getHeader(String) - Method in class org.xmlresolver.sources.ResolverInputSource
 
getHeader(String) - Method in class org.xmlresolver.sources.ResolverLSInput
 
getHeader(String) - Method in interface org.xmlresolver.sources.ResolverResourceInfo
Get the value of a header field.
getHeader(String) - Method in class org.xmlresolver.sources.ResolverSAXSource
 
getHeader(String, Map<String, List<String>>) - Static method in class org.xmlresolver.utils.RsrcUtils
 
getHeaders() - Method in class org.xmlresolver.ResolvedResource
The headers.
getHeaders() - Method in class org.xmlresolver.ResolvedResourceImpl
 
getHeaders() - Method in class org.xmlresolver.sources.ResolverInputSource
 
getHeaders() - Method in class org.xmlresolver.sources.ResolverLSInput
 
getHeaders() - Method in interface org.xmlresolver.sources.ResolverResourceInfo
Return the headers associated with this resource.
getHeaders() - Method in class org.xmlresolver.sources.ResolverSAXSource
 
getInputStream() - Method in class org.xmlresolver.ResolvedResource
The input stream.
getInputStream() - Method in class org.xmlresolver.ResolvedResourceImpl
 
getLastModified() - Method in class org.xmlresolver.ResourceConnection
 
getLoaderResolver() - Static method in class org.xmlresolver.loaders.XmlLoader
 
getLocalURI() - Method in class org.xmlresolver.ResolvedResource
The local URI.
getLocalURI() - Method in class org.xmlresolver.ResolvedResourceImpl
 
getLogLevel() - Method in class org.xmlresolver.logging.DefaultLogger
Get the current logging level.
getName() - Method in class org.xmlresolver.ResolverFeature
Get the name of the feature.
getNames() - Static method in class org.xmlresolver.ResolverFeature
Iterates over all of the known feature names.
getPreferPublic() - Method in interface org.xmlresolver.loaders.CatalogLoader
Return the current "prefer public" status.
getPreferPublic() - Method in class org.xmlresolver.loaders.ValidatingXmlLoader
 
getPreferPublic() - Method in class org.xmlresolver.loaders.XmlLoader
Return the current "prefer public" status.
getProperties() - Method in class org.xmlresolver.catalog.entry.Entry
 
getProperty(String) - Method in class org.xmlresolver.catalog.entry.Entry
 
getPublicId() - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
getRedirect() - Method in class org.xmlresolver.ResourceConnection
 
getResolvedURI() - Method in class org.xmlresolver.ResolvedResource
The resolved URI.
getResolvedURI() - Method in class org.xmlresolver.ResolvedResourceImpl
 
getResolvedURI() - Method in class org.xmlresolver.sources.ResolverInputSource
 
getResolvedURI() - Method in class org.xmlresolver.sources.ResolverLSInput
 
getResolvedURI() - Method in interface org.xmlresolver.sources.ResolverResourceInfo
Returns the resolved URI associated with the request.
getResolvedURI() - Method in class org.xmlresolver.sources.ResolverSAXSource
 
getResolver() - Method in class org.xmlresolver.tools.ResolvingXMLFilter
Provide access to the underlying Catalog.
getResolverConfiguration() - Method in class org.xmlresolver.CatalogManager
Get the resolver configuration.
getStatusCode() - Method in class org.xmlresolver.ResolvedResource
The status code.
getStatusCode() - Method in class org.xmlresolver.ResolvedResourceImpl
 
getStatusCode() - Method in class org.xmlresolver.ResourceConnection
 
getStatusCode() - Method in class org.xmlresolver.sources.ResolverInputSource
 
getStatusCode() - Method in class org.xmlresolver.sources.ResolverLSInput
 
getStatusCode() - Method in interface org.xmlresolver.sources.ResolverResourceInfo
Returns the status code associated with the request.
getStatusCode() - Method in class org.xmlresolver.sources.ResolverSAXSource
 
getStream() - Method in class org.xmlresolver.ResourceConnection
 
getStringData() - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
getSystemId() - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
getType() - Method in class org.xmlresolver.catalog.entry.Entry
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryDelegatePublic
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryDelegateSystem
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryDelegateUri
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryDoctype
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryDocument
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryDtddecl
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryEntity
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryGroup
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryLinktype
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryNextCatalog
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryNotation
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryNull
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryPublic
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryRewriteSystem
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryRewriteUri
 
getType() - Method in class org.xmlresolver.catalog.entry.EntrySgmldecl
 
getType() - Method in class org.xmlresolver.catalog.entry.EntrySystem
 
getType() - Method in class org.xmlresolver.catalog.entry.EntrySystemSuffix
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryUri
 
getType() - Method in class org.xmlresolver.catalog.entry.EntryUriSuffix
 
getUri() - Method in class org.xmlresolver.ResourceConnection
 
GROUP - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 

H

HTML_NS - Static variable in class org.xmlresolver.ResolverConstants
The (X)HTML Namespace name, "http://www.w3.org/1999/xhtml".

I

id - Variable in class org.xmlresolver.catalog.entry.Entry
 
Implementation details - Search tag in class org.xmlresolver.cache.ResourceCache
Section
info(String) - Method in class org.xmlresolver.logging.DefaultLogger
Writes an informational message to System.err.
info(String) - Method in interface org.xmlresolver.logging.ResolverLogger
Process an informational message.
info(String) - Method in class org.xmlresolver.logging.SystemLogger
Process an informational message with the underlying logging framework.
INFO - Static variable in class org.xmlresolver.logging.AbstractLogger
 
isWindows() - Static method in class org.xmlresolver.utils.URIUtils
 

L

L;OS (long; only skimmed) - Search tag in package org.xmlresolver
Section
LINKTYPE - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
loadCatalog(URI) - Method in class org.xmlresolver.CatalogManager
Load the specified catalog.
loadCatalog(URI) - Method in interface org.xmlresolver.loaders.CatalogLoader
Load the specified catalog.
loadCatalog(URI) - Method in class org.xmlresolver.loaders.ValidatingXmlLoader
Load the specified catalog.
loadCatalog(URI) - Method in class org.xmlresolver.loaders.XmlLoader
 
loadCatalog(URI, InputSource) - Method in class org.xmlresolver.CatalogManager
Load the specified catalog from a given input source.
loadCatalog(URI, InputSource) - Method in interface org.xmlresolver.loaders.CatalogLoader
Load the specified catalog from a given input source.
loadCatalog(URI, InputSource) - Method in class org.xmlresolver.loaders.ValidatingXmlLoader
Load the specified catalog from the specified stream.
loadCatalog(URI, InputSource) - Method in class org.xmlresolver.loaders.XmlLoader
Load the specified catalog from a given input source.
loadCatalog(URI, SaxProducer) - Method in class org.xmlresolver.CatalogManager
Load the specified catalog by sending events to the ContentHandler.
loadCatalog(URI, SaxProducer) - Method in interface org.xmlresolver.loaders.CatalogLoader
Load the specified catalog by sending events to the ContentHandler.
loadCatalog(URI, SaxProducer) - Method in class org.xmlresolver.loaders.ValidatingXmlLoader
Load the specified catalog from the specified stream.
loadCatalog(URI, SaxProducer) - Method in class org.xmlresolver.loaders.XmlLoader
Load the specified catalog by sending events to the ContentHandler.
localUri() - Method in class org.xmlresolver.Resource
Return the local URI associated with the resource.
location() - Method in class org.xmlresolver.cache.CacheEntry
The location If the resource was redirected, this method returns the redirected location.
locator - Variable in class org.xmlresolver.catalog.entry.EntryCatalog
 
log(String, String, Object...) - Method in class org.xmlresolver.logging.AbstractLogger
Log a message.
log(String, String, Object...) - Method in interface org.xmlresolver.logging.ResolverLogger
Log a message.
logger - Variable in class org.xmlresolver.cache.CacheParser
 
logger - Variable in class org.xmlresolver.catalog.entry.Entry
 
logger - Variable in class org.xmlresolver.CatalogManager
 
logger - Variable in class org.xmlresolver.loaders.ValidatingXmlLoader
 
logger - Variable in class org.xmlresolver.loaders.XmlLoader
 
logger - Variable in class org.xmlresolver.StAXResolver
 
logger - Variable in class org.xmlresolver.tools.ResolvingXMLFilter
 
logMessage(String, String, Object...) - Method in class org.xmlresolver.logging.AbstractLogger
 
lookup(CatalogManager, EntryCatalog) - Method in class org.xmlresolver.catalog.query.QueryCatalog
 
lookup(CatalogManager, EntryCatalog) - Method in class org.xmlresolver.catalog.query.QueryDoctype
 
lookup(CatalogManager, EntryCatalog) - Method in class org.xmlresolver.catalog.query.QueryDocument
 
lookup(CatalogManager, EntryCatalog) - Method in class org.xmlresolver.catalog.query.QueryEntity
 
lookup(CatalogManager, EntryCatalog) - Method in class org.xmlresolver.catalog.query.QueryNotation
 
lookup(CatalogManager, EntryCatalog) - Method in class org.xmlresolver.catalog.query.QueryPublic
 
lookup(CatalogManager, EntryCatalog) - Method in class org.xmlresolver.catalog.query.QuerySystem
 
lookup(CatalogManager, EntryCatalog) - Method in class org.xmlresolver.catalog.query.QueryUri
 
lookupDoctype(String, String, String) - Method in class org.xmlresolver.CatalogManager
Lookup the specified document type in the catalog.
lookupDoctype(String, String, String) - Method in interface org.xmlresolver.XMLCatalogResolver
Lookup a document type.
lookupDocument() - Method in class org.xmlresolver.CatalogManager
Lookup the default document in the catalog.
lookupDocument() - Method in interface org.xmlresolver.XMLCatalogResolver
Lookup a default document.
lookupEntity(String, String, String) - Method in class org.xmlresolver.CatalogManager
Lookup the specified entity in the catalog.
lookupEntity(String, String, String) - Method in interface org.xmlresolver.XMLCatalogResolver
Lookup an entity.
lookupNamespaceURI(String, String, String) - Method in class org.xmlresolver.cache.ResourceCache
 
lookupNamespaceURI(String, String, String) - Method in class org.xmlresolver.CatalogManager
Lookup the specified namespace URI in the catalog.
lookupNotation(String, String, String) - Method in class org.xmlresolver.CatalogManager
Lookup the specified notation in the catalog.
lookupNotation(String, String, String) - Method in interface org.xmlresolver.XMLCatalogResolver
Lookup a notation.
lookupPublic(String, String) - Method in class org.xmlresolver.cache.ResourceCache
 
lookupPublic(String, String) - Method in class org.xmlresolver.CatalogManager
Lookup the specified system and public identifiers in the catalog.
lookupPublic(String, String) - Method in interface org.xmlresolver.XMLCatalogResolver
Lookup an external identifier by public and system identifier.
lookupSystem(String) - Method in class org.xmlresolver.cache.ResourceCache
 
lookupSystem(String) - Method in class org.xmlresolver.CatalogManager
Lookup the specified system identifier in the catalog.
lookupSystem(String) - Method in interface org.xmlresolver.XMLCatalogResolver
Lookup an external identifier by system identifier.
lookupURI(String) - Method in class org.xmlresolver.cache.ResourceCache
 
lookupURI(String) - Method in class org.xmlresolver.CatalogManager
Lookup the specified URI in the catalog.
lookupURI(String) - Method in interface org.xmlresolver.XMLCatalogResolver
Lookup a URI.

M

MASK_JAR_URIS - Static variable in class org.xmlresolver.ResolverFeature
Determines whether a classpath: or jar: URI is returned by the resolver.
maxAge - Variable in class org.xmlresolver.cache.CacheInfo
Entries older than maxAge will expire.
maxAge - Static variable in class org.xmlresolver.cache.ResourceCache
The maximum age of a file in the cache.
MERGE_HTTPS - Static variable in class org.xmlresolver.ResolverFeature
Determines whether http: and https: URIs compare the same.

N

name - Variable in class org.xmlresolver.catalog.entry.EntryDoctype
 
name - Variable in class org.xmlresolver.catalog.entry.EntryEntity
 
name - Variable in class org.xmlresolver.catalog.entry.EntryLinktype
 
name - Variable in class org.xmlresolver.catalog.entry.EntryNotation
 
name - Variable in class org.xmlresolver.catalog.entry.EntryUri
 
NamespaceResolver - Interface in org.xmlresolver
Interface for resolving namespace URIs.
nature - Variable in class org.xmlresolver.catalog.entry.EntryUri
 
nature - Variable in class org.xmlresolver.catalog.query.QueryUri
 
NATURE_RELAX_NG - Static variable in class org.xmlresolver.Resolver
 
NATURE_XML_SCHEMA - Static variable in class org.xmlresolver.Resolver
 
NATURE_XML_SCHEMA_1_1 - Static variable in class org.xmlresolver.Resolver
 
NCNAME_RE - Static variable in class org.xmlresolver.catalog.entry.Entry
 
newURI(String) - Static method in class org.xmlresolver.utils.URIUtils
Create a new URI, attempting to deal with the vagaries of file: URIs.
NEXT_CATALOG - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
none - Static variable in class org.xmlresolver.catalog.entry.EntryCatalog
 
NONE - Static variable in class org.xmlresolver.logging.AbstractLogger
 
normalize(String) - Static method in class org.xmlresolver.utils.PublicId
Normalize a public identifier.
normalizedForComparison(String) - Method in class org.xmlresolver.CatalogManager
 
normalizeURI(String) - Static method in class org.xmlresolver.utils.URIUtils
Perform character normalization on a URI reference.
NOTATION - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
notationDecl(String, String, String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
SAX DTDHandler API.
notationName - Variable in class org.xmlresolver.catalog.query.QueryNotation
 
NULL - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 

O

openConnection(String, String, boolean) - Method in class org.xmlresolver.Resolver
 
openConnection(URI, boolean) - Method in class org.xmlresolver.Resolver
 
org.xmlresolver - package org.xmlresolver
The XML (Catalog) Resolver.
org.xmlresolver.cache - package org.xmlresolver.cache
XML Resolver cache.
org.xmlresolver.catalog.entry - package org.xmlresolver.catalog.entry
 
org.xmlresolver.catalog.query - package org.xmlresolver.catalog.query
 
org.xmlresolver.exceptions - package org.xmlresolver.exceptions
Catalog resolver exceptions.
org.xmlresolver.loaders - package org.xmlresolver.loaders
Catalog loaders.
org.xmlresolver.logging - package org.xmlresolver.logging
Resolver logging.
org.xmlresolver.sources - package org.xmlresolver.sources
Resource source extensions.
org.xmlresolver.tools - package org.xmlresolver.tools
XML Resolver utilities.
org.xmlresolver.utils - package org.xmlresolver.utils
XML Resolver utility classes.

P

parse(String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
SAX XMLReader API.
parse(InputSource) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
Parse a document.
PARSE_RDDL - Static variable in class org.xmlresolver.ResolverFeature
Controls whether or not namespace documents will be parsed for RDDL annotations.
parseLong(String, long) - Method in class org.xmlresolver.cache.CacheParser
 
parseLong(String, long, long) - Method in class org.xmlresolver.cache.CacheParser
 
parseSizeLong(String, long) - Method in class org.xmlresolver.cache.CacheParser
 
parseTimeLong(String, long) - Method in class org.xmlresolver.cache.CacheParser
 
pattern - Variable in class org.xmlresolver.cache.CacheInfo
The pattern (regular expression) that this CacheInfo matches.
PREFER_PROPERTY_FILE - Static variable in class org.xmlresolver.ResolverFeature
Determines whether property file values are preferred over system property values.
PREFER_PUBLIC - Static variable in class org.xmlresolver.ResolverFeature
Determines whether or not public IDs are preferred..
preferPublic - Variable in class org.xmlresolver.catalog.entry.EntryCatalog
 
preferPublic - Variable in class org.xmlresolver.catalog.entry.EntryDelegatePublic
 
preferPublic - Variable in class org.xmlresolver.catalog.entry.EntryGroup
 
preferPublic - Variable in class org.xmlresolver.catalog.entry.EntryPublic
 
processingInstruction(String, String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
SAX ContentHandler API.
produce(ContentHandler, DTDHandler, ErrorHandler) - Method in interface org.xmlresolver.utils.SaxProducer
Causes the producer to process and send SAX events.
produce(ContentHandler, DTDHandler, ErrorHandler) - Method in class org.xmlresolver.utils.SaxProducer.SaxProducerJingAdapter
 
PUBLIC - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
publicId - Variable in class org.xmlresolver.catalog.entry.EntryDtddecl
 
publicId - Variable in class org.xmlresolver.catalog.entry.EntryPublic
 
publicId - Variable in class org.xmlresolver.catalog.query.QueryDoctype
 
publicId - Variable in class org.xmlresolver.catalog.query.QueryEntity
 
publicId - Variable in class org.xmlresolver.catalog.query.QueryNotation
 
publicId - Variable in class org.xmlresolver.catalog.query.QueryPublic
 
PublicId - Class in org.xmlresolver.utils
Static methods for dealing with public identifiers.
PublicId() - Constructor for class org.xmlresolver.utils.PublicId
 
publicIdStart - Variable in class org.xmlresolver.catalog.entry.EntryDelegatePublic
 
purpose - Variable in class org.xmlresolver.catalog.entry.EntryUri
 
purpose - Variable in class org.xmlresolver.catalog.query.QueryUri
 
PURPOSE_SCHEMA_VALIDATION - Static variable in class org.xmlresolver.Resolver
 

Q

query() - Method in class org.xmlresolver.catalog.query.QueryCatalog
 
query() - Method in class org.xmlresolver.catalog.query.QueryResult
 
QueryCatalog - Class in org.xmlresolver.catalog.query
 
QueryCatalog() - Constructor for class org.xmlresolver.catalog.query.QueryCatalog
 
QueryDelegatePublic - Class in org.xmlresolver.catalog.query
 
QueryDelegatePublic(String, String, List<URI>) - Constructor for class org.xmlresolver.catalog.query.QueryDelegatePublic
 
QueryDelegateSystem - Class in org.xmlresolver.catalog.query
 
QueryDelegateSystem(String, List<URI>) - Constructor for class org.xmlresolver.catalog.query.QueryDelegateSystem
 
QueryDelegateUri - Class in org.xmlresolver.catalog.query
 
QueryDelegateUri(String, String, String, List<URI>) - Constructor for class org.xmlresolver.catalog.query.QueryDelegateUri
 
QueryDoctype - Class in org.xmlresolver.catalog.query
 
QueryDoctype(String, String, String) - Constructor for class org.xmlresolver.catalog.query.QueryDoctype
 
QueryDocument - Class in org.xmlresolver.catalog.query
 
QueryDocument() - Constructor for class org.xmlresolver.catalog.query.QueryDocument
 
QueryEntity - Class in org.xmlresolver.catalog.query
 
QueryEntity(String, String, String) - Constructor for class org.xmlresolver.catalog.query.QueryEntity
 
QueryNotation - Class in org.xmlresolver.catalog.query
 
QueryNotation(String, String, String) - Constructor for class org.xmlresolver.catalog.query.QueryNotation
 
QueryPublic - Class in org.xmlresolver.catalog.query
 
QueryPublic(String, String) - Constructor for class org.xmlresolver.catalog.query.QueryPublic
 
QueryResult - Class in org.xmlresolver.catalog.query
 
QueryResult() - Constructor for class org.xmlresolver.catalog.query.QueryResult
 
QueryResult(URI) - Constructor for class org.xmlresolver.catalog.query.QueryResult
 
QuerySystem - Class in org.xmlresolver.catalog.query
 
QuerySystem(String) - Constructor for class org.xmlresolver.catalog.query.QuerySystem
 
QueryUri - Class in org.xmlresolver.catalog.query
 
QueryUri(String) - Constructor for class org.xmlresolver.catalog.query.QueryUri
 
QueryUri(String, String, String) - Constructor for class org.xmlresolver.catalog.query.QueryUri
 

R

rarr - Static variable in class org.xmlresolver.catalog.entry.Entry
 
RDDL_NS - Static variable in class org.xmlresolver.ResolverConstants
The XML Namespace name of RDDL, "http://www.rddl.org/".
remove(Entry) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
removeCacheInfo(String) - Method in class org.xmlresolver.cache.ResourceCache
 
removeCatalog(String) - Method in class org.xmlresolver.XMLResolverConfiguration
Remove a catalog from the list of catalogs.
REQUEST - Static variable in class org.xmlresolver.logging.AbstractLogger
Requests for resource resolution.
reset() - Method in class org.xmlresolver.cache.ResourceCache
Reset the cache configuration.
resolve(String, String) - Method in class org.xmlresolver.Resolver
Implements the URIResolver interface.
resolve(URI, String) - Static method in class org.xmlresolver.utils.URIUtils
Resolve a URI against a base URI.
resolved() - Method in class org.xmlresolver.catalog.query.QueryDelegatePublic
 
resolved() - Method in class org.xmlresolver.catalog.query.QueryDelegateSystem
 
resolved() - Method in class org.xmlresolver.catalog.query.QueryDelegateUri
 
resolved() - Method in class org.xmlresolver.catalog.query.QueryResult
 
ResolvedResource - Class in org.xmlresolver
A resolved resource represents a successfully resolved resource.
ResolvedResource() - Constructor for class org.xmlresolver.ResolvedResource
 
ResolvedResourceImpl - Class in org.xmlresolver
 
ResolvedResourceImpl(URI, URI, InputStream, int, Map<String, List<String>>) - Constructor for class org.xmlresolver.ResolvedResourceImpl
 
ResolvedResourceImpl(URI, URI, InputStream, String) - Constructor for class org.xmlresolver.ResolvedResourceImpl
 
resolvedURI - Variable in class org.xmlresolver.sources.ResolverInputSource
The underlying, resolved URI.
resolvedURI - Variable in class org.xmlresolver.sources.ResolverLSInput
The underlying, resolved URI.
resolvedURI - Variable in class org.xmlresolver.sources.ResolverSAXSource
The underlying, resolved URI.
resolveEntity(String, String) - Method in class org.xmlresolver.loaders.CatalogLoaderResolver
 
resolveEntity(String, String) - Method in class org.xmlresolver.Resolver
Implements the EntityResolver interface.
resolveEntity(String, String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
Implements the resolveEntity method for the SAX interface, using an underlying CatalogResolver to do the real work.
resolveEntity(String, String, String, String) - Method in class org.xmlresolver.CatalogResolver
Resolve external identifiers and other entity-like resources.
resolveEntity(String, String, String, String) - Method in class org.xmlresolver.Resolver
Implements the EntityResolver2 interface.
resolveEntity(String, String, String, String) - Method in interface org.xmlresolver.ResourceResolver
Resolve external identifiers and other entity-like resources.
resolveEntity(String, String, String, String) - Method in class org.xmlresolver.StAXResolver
Implements the XMLResolver interface.
resolveEntity(String, String, String, String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
Implements the EntityResolver2 interface.
resolveEntity(XMLResourceIdentifier) - Method in class org.xmlresolver.XercesResolver
Resolve an entity.
resolveNamespace(String, String, String) - Method in interface org.xmlresolver.NamespaceResolver
Resolve a namespace URI into a Source.
resolveNamespace(String, String, String) - Method in class org.xmlresolver.Resolver
Implements the NamespaceResolver interface.
resolveNamespace(String, String, String, String) - Method in class org.xmlresolver.CatalogResolver
Resolve a Namespace URI.
resolveNamespace(String, String, String, String) - Method in interface org.xmlresolver.ResourceResolver
Resolve a namespace URI.
resolver - Variable in class org.xmlresolver.Resolver
 
resolver - Variable in class org.xmlresolver.tools.ResolvingXMLFilter
 
Resolver - Class in org.xmlresolver
An implementation of many resolver interfaces.
Resolver() - Constructor for class org.xmlresolver.Resolver
Creates a new instance of Resolver.
Resolver(CatalogResolver) - Constructor for class org.xmlresolver.Resolver
Creates a new instance of a Resolver.
Resolver(XMLResolverConfiguration) - Constructor for class org.xmlresolver.Resolver
Creates a new instance of a Resolver.
RESOLVER_LOGGER - Static variable in class org.xmlresolver.ResolverFeature
Identifies the resolver logger.
RESOLVER_LOGGER_CLASS - Static variable in class org.xmlresolver.ResolverFeature
Identifies the resolver logger class.
resolverConfiguration - Variable in class org.xmlresolver.CatalogManager
 
ResolverConfiguration - Interface in org.xmlresolver
Interface for configuring the resolver.
ResolverConstants - Class in org.xmlresolver
A collection of constants.
ResolverConstants() - Constructor for class org.xmlresolver.ResolverConstants
 
resolveResource(String, String, String, String, String) - Method in class org.xmlresolver.Resolver
Implements the LSResourceResolver interface.
ResolverFeature<T> - Class in org.xmlresolver
An individual resolver feature.
ResolverFeature(String, T) - Constructor for class org.xmlresolver.ResolverFeature
 
ResolverInputSource - Class in org.xmlresolver.sources
A InputSource with a resolvedURI.
ResolverInputSource(URI, InputStream) - Constructor for class org.xmlresolver.sources.ResolverInputSource
Construct the InputSource while preserving the local URI.
ResolverInputSource(ResolvedResource) - Constructor for class org.xmlresolver.sources.ResolverInputSource
Construct the @link org.xml.sax.InputSource} directly from a ResolvedResource
ResolverLogger - Interface in org.xmlresolver.logging
The resolver logger interface defines the features of a logging class for the resolver.
ResolverLSInput - Class in org.xmlresolver.sources
An LSInput with a resolvedURI.
ResolverLSInput(ResolvedResource, String) - Constructor for class org.xmlresolver.sources.ResolverLSInput
Construct the LSInput while preserving the local URI.
ResolverLSInput(Resource, String, String) - Constructor for class org.xmlresolver.sources.ResolverLSInput
Construct the LSInput while preserving the local URI.
ResolverResourceInfo - Interface in org.xmlresolver.sources
Information about a resolved resource.
ResolverSAXSource - Class in org.xmlresolver.sources
A SAXSource with a resolvedURI.
ResolverSAXSource(URI, InputSource) - Constructor for class org.xmlresolver.sources.ResolverSAXSource
Construct a SAXSource while preserving the local URI.
ResolverSAXSource(ResolvedResource) - Constructor for class org.xmlresolver.sources.ResolverSAXSource
 
resolveURI(String, String) - Method in class org.xmlresolver.CatalogResolver
Resolve a URI.
resolveURI(String, String) - Method in interface org.xmlresolver.ResourceResolver
Resolve a URI.
ResolvingXMLFilter - Class in org.xmlresolver.tools
An implementation of XMLFilter that performs catalog resolution.
ResolvingXMLFilter() - Constructor for class org.xmlresolver.tools.ResolvingXMLFilter
Construct a filter with the default resolver.
ResolvingXMLFilter(XMLReader, Resolver) - Constructor for class org.xmlresolver.tools.ResolvingXMLFilter
Construct an XML filter with the specified parent and resolver.
ResolvingXMLFilter(Resolver) - Constructor for class org.xmlresolver.tools.ResolvingXMLFilter
Construct an XML filter with the specified resolver.
ResolvingXMLReader - Class in org.xmlresolver.tools
An implementation of XMLReader that performs catalog resolution.
ResolvingXMLReader() - Constructor for class org.xmlresolver.tools.ResolvingXMLReader
Construct an XML Reader with the default SAXParserFactory and resolver.
ResolvingXMLReader(SAXParserFactory) - Constructor for class org.xmlresolver.tools.ResolvingXMLReader
Construct an XML Reader with the specified SAXParserFactory and default resolver.
ResolvingXMLReader(SAXParserFactory, Resolver) - Constructor for class org.xmlresolver.tools.ResolvingXMLReader
Construct an XML Reader with the specified SAXParserFactory and resolver.
ResolvingXMLReader(Resolver) - Constructor for class org.xmlresolver.tools.ResolvingXMLReader
Construct an XML Reader with the default SAXParserFactory and the specified resolver.
resource(String, URI, CacheEntry) - Method in class org.xmlresolver.CatalogResolver
 
Resource - Class in org.xmlresolver
Represents a web resource.
Resource(InputStream, URI, URI) - Constructor for class org.xmlresolver.Resource
Creates a new instance of Resource.
Resource(InputStream, URI, URI, String) - Constructor for class org.xmlresolver.Resource
Creates a new instance of Resource.
Resource(String) - Constructor for class org.xmlresolver.Resource
Creates a new instance of Resource from just a URI.
Resource(URI) - Constructor for class org.xmlresolver.Resource
Creates a new instance of Resource from just a URI.
Resource(ResolverConfiguration, String) - Constructor for class org.xmlresolver.Resource
Creates a new instance of Resource from just a URI.
Resource(ResolverConfiguration, URI) - Constructor for class org.xmlresolver.Resource
Creates a new instance of Resource from just a URI.
ResourceCache - Class in org.xmlresolver.cache
Implements a resource cache.
ResourceCache(ResolverConfiguration) - Constructor for class org.xmlresolver.cache.ResourceCache
 
ResourceConnection - Class in org.xmlresolver
 
ResourceConnection(ResolverConfiguration, String) - Constructor for class org.xmlresolver.ResourceConnection
 
ResourceConnection(ResolverConfiguration, String, boolean) - Constructor for class org.xmlresolver.ResourceConnection
 
ResourceResolver - Interface in org.xmlresolver
The resource resolver interface.
RESPONSE - Static variable in class org.xmlresolver.logging.AbstractLogger
Responses describing how a request was resolved.
REWRITE_SYSTEM - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
REWRITE_URI - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
rewritePrefix - Variable in class org.xmlresolver.catalog.entry.EntryRewriteSystem
 
rewritePrefix - Variable in class org.xmlresolver.catalog.entry.EntryRewriteUri
 
RsrcUtils - Class in org.xmlresolver.utils
 
RsrcUtils() - Constructor for class org.xmlresolver.utils.RsrcUtils
 

S

SAXPARSERFACTORY_CLASS - Static variable in class org.xmlresolver.ResolverFeature
Identify the SAXParserFactory class.
SaxProducer - Interface in org.xmlresolver.utils
Similar to Consumer but permits an IOException or a SAXException to be thrown.
SaxProducer.SaxProducerJingAdapter - Class in org.xmlresolver.utils
Simple adapter for XMLResolver SaxProducer to Jing SaxProducer.
SaxProducerJingAdapter(SaxProducer) - Constructor for class org.xmlresolver.utils.SaxProducer.SaxProducerJingAdapter
 
search(CatalogManager) - Method in class org.xmlresolver.catalog.query.QueryCatalog
 
setArchivedCatalogs(boolean) - Method in interface org.xmlresolver.loaders.CatalogLoader
Allow archived catalogs on the catalog path.
setArchivedCatalogs(boolean) - Method in class org.xmlresolver.loaders.ValidatingXmlLoader
 
setArchivedCatalogs(boolean) - Method in class org.xmlresolver.loaders.XmlLoader
 
setBaseURI(String) - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
setByteStream(InputStream) - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
setCatalogLoader(CatalogLoader) - Method in class org.xmlresolver.CatalogManager
Set the catalog loader.
setCategory(String, String) - Method in class org.xmlresolver.logging.AbstractLogger
Set the log level for a category.
setCategory(String, String) - Method in interface org.xmlresolver.logging.ResolverLogger
Set the log level for a category.
setCertifiedText(boolean) - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
setCharacterStream(Reader) - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
setEncoding(String) - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
setEntityResolver(EntityResolver) - Method in interface org.xmlresolver.loaders.CatalogLoader
Set the entity resolver used when loading catalogs.
setEntityResolver(EntityResolver) - Method in class org.xmlresolver.loaders.ValidatingXmlLoader
 
setEntityResolver(EntityResolver) - Method in class org.xmlresolver.loaders.XmlLoader
 
setFeature(ResolverFeature<T>, T) - Method in interface org.xmlresolver.ResolverConfiguration
Sets a feature value.
setFeature(ResolverFeature<T>, T) - Method in class org.xmlresolver.XMLResolverConfiguration
Set a configuration feature.
setLocator(Locator) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
setLogLevel(String) - Method in class org.xmlresolver.logging.DefaultLogger
Set the current logging level.
setPreferPublic(boolean) - Method in interface org.xmlresolver.loaders.CatalogLoader
Set the default "prefer public" status for this catalog.
setPreferPublic(boolean) - Method in class org.xmlresolver.loaders.ValidatingXmlLoader
 
setPreferPublic(boolean) - Method in class org.xmlresolver.loaders.XmlLoader
Set the default "prefer public" status for this catalog.
setProperties(Map<String, String>) - Method in class org.xmlresolver.catalog.entry.Entry
 
setProperty(String, String) - Method in class org.xmlresolver.catalog.entry.Entry
 
setPublicId(String) - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
setStringData(String) - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
setSystemId(String) - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
SGML_DECL - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
startElement(String, String, String, Attributes) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
SAX ContentHandler API.
staticResolver - Static variable in class org.xmlresolver.tools.ResolvingXMLFilter
 
StAXResolver - Class in org.xmlresolver
Implements the XMLResolver interface.
StAXResolver() - Constructor for class org.xmlresolver.StAXResolver
Creates a new instance of StAXResolver.
StAXResolver(ResourceResolver) - Constructor for class org.xmlresolver.StAXResolver
Creates a new instance of a StAXResolver.
StAXResolver(XMLResolverConfiguration) - Constructor for class org.xmlresolver.StAXResolver
Creates a new instance of a StAXResolver.
SYSTEM - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
SYSTEM_SUFFIX - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
systemId - Variable in class org.xmlresolver.catalog.entry.EntrySystem
 
systemId - Variable in class org.xmlresolver.catalog.query.QueryDoctype
 
systemId - Variable in class org.xmlresolver.catalog.query.QueryEntity
 
systemId - Variable in class org.xmlresolver.catalog.query.QueryNotation
 
systemId - Variable in class org.xmlresolver.catalog.query.QueryPublic
 
systemId - Variable in class org.xmlresolver.catalog.query.QuerySystem
 
systemIdStart - Variable in class org.xmlresolver.catalog.entry.EntryDelegateSystem
 
systemIdStart - Variable in class org.xmlresolver.catalog.entry.EntryRewriteSystem
 
systemIdSuffix - Variable in class org.xmlresolver.catalog.entry.EntrySystemSuffix
 
SystemLogger - Class in org.xmlresolver.logging
The system logger interfaces to a logging backend via a logging backend.
SystemLogger(Logger) - Constructor for class org.xmlresolver.logging.SystemLogger
Initialize the logger using an explicit Logger.
SystemLogger(ResolverConfiguration) - Constructor for class org.xmlresolver.logging.SystemLogger
Initialize the logger using the default backend.

T

THROW_URI_EXCEPTIONS - Static variable in class org.xmlresolver.ResolverFeature
Allows the resolver to throw exceptions for invalid URIs.
time - Variable in class org.xmlresolver.cache.CacheEntry
The date when the resource was cached.
TL;DR - Search tag in package org.xmlresolver
Section
toString() - Method in class org.xmlresolver.cache.CacheEntry
A string representation for the entry.
toString() - Method in class org.xmlresolver.cache.CacheInfo
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryCatalog
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryDelegatePublic
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryDelegateSystem
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryDelegateUri
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryDoctype
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryDocument
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryDtddecl
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryEntity
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryGroup
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryLinktype
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryNextCatalog
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryNotation
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryNull
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryPublic
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryRewriteSystem
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryRewriteUri
 
toString() - Method in class org.xmlresolver.catalog.entry.EntrySgmldecl
 
toString() - Method in class org.xmlresolver.catalog.entry.EntrySystem
 
toString() - Method in class org.xmlresolver.catalog.entry.EntrySystemSuffix
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryUri
 
toString() - Method in class org.xmlresolver.catalog.entry.EntryUriSuffix
 
TR9401_NS - Static variable in class org.xmlresolver.ResolverConstants
The XML Namespace name of OASIS XML Catalog files, "urn:oasis:names:tc:entity:xmlns:xml:catalog".
TRACE - Static variable in class org.xmlresolver.logging.AbstractLogger
Trace (or debuggin) messages.
typedEntries - Variable in class org.xmlresolver.catalog.entry.EntryCatalog
 

U

uncachedResource(URI, URI) - Method in class org.xmlresolver.CatalogResolver
 
unparsedEntityDecl(String, String, String, String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
SAX DTDHandler API.
updatedCatalogSearchList(EntryCatalog, ArrayList<URI>) - Method in class org.xmlresolver.catalog.query.QueryDelegatePublic
 
updatedCatalogSearchList(EntryCatalog, ArrayList<URI>) - Method in class org.xmlresolver.catalog.query.QueryDelegateSystem
 
updatedCatalogSearchList(EntryCatalog, ArrayList<URI>) - Method in class org.xmlresolver.catalog.query.QueryDelegateUri
 
updatedCatalogSearchList(EntryCatalog, ArrayList<URI>) - Method in class org.xmlresolver.catalog.query.QueryResult
 
uri - Variable in class org.xmlresolver.cache.CacheEntry
The URI of the resource.
uri - Variable in class org.xmlresolver.catalog.entry.EntryDoctype
 
uri - Variable in class org.xmlresolver.catalog.entry.EntryResource
 
uri - Variable in class org.xmlresolver.catalog.entry.EntrySystemSuffix
 
uri - Variable in class org.xmlresolver.catalog.entry.EntryUriSuffix
 
uri - Variable in class org.xmlresolver.catalog.query.QueryUri
 
uri() - Method in class org.xmlresolver.catalog.query.QueryResult
 
uri() - Method in class org.xmlresolver.Resource
Return the URI associated with the resource.
URI - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
URI_FOR_SYSTEM - Static variable in class org.xmlresolver.ResolverFeature
Determines whether or not uri catalog entries can be used to resolve external identifiers.
URI_SUFFIX - Enum constant in enum org.xmlresolver.catalog.entry.Entry.Type
 
uriPattern - Variable in class org.xmlresolver.cache.CacheInfo
The compiled pattern.
uriStart - Variable in class org.xmlresolver.catalog.entry.EntryDelegateUri
 
uriStart - Variable in class org.xmlresolver.catalog.entry.EntryRewriteUri
 
uriSuffix - Variable in class org.xmlresolver.catalog.entry.EntryUriSuffix
 
URIUtils - Class in org.xmlresolver.utils
URI utility methods.
URIUtils() - Constructor for class org.xmlresolver.utils.URIUtils
 

V

ValidatingXmlLoader - Class in org.xmlresolver.loaders
A validating catalog loader.
ValidatingXmlLoader(ResolverConfiguration) - Constructor for class org.xmlresolver.loaders.ValidatingXmlLoader
 
valueOf(String) - Static method in enum org.xmlresolver.catalog.entry.Entry.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xmlresolver.catalog.entry.Entry.Type
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Static method in class org.xmlresolver.Resolver
What version is this? Returns the version number of this resolver instance.
VERSION - Static variable in class org.xmlresolver.BuildConfig
 

W

warn(String) - Method in class org.xmlresolver.logging.DefaultLogger
Writes a warning message to System.err.
warn(String) - Method in interface org.xmlresolver.logging.ResolverLogger
Process a warning message.
warn(String) - Method in class org.xmlresolver.logging.SystemLogger
Process a warning message with the underlying logging framework.
WARN - Static variable in class org.xmlresolver.logging.AbstractLogger
 
WARNING - Static variable in class org.xmlresolver.logging.AbstractLogger
Warning messages.
writeCacheEntry(Entry, File) - Method in class org.xmlresolver.cache.CacheEntryCatalog
 

X

XercesResolver - Class in org.xmlresolver
An extension of the Resolver that implements Xerces XMLEntityResolver.
XercesResolver() - Constructor for class org.xmlresolver.XercesResolver
Create a new XercesResolver.
XercesResolver(CatalogResolver) - Constructor for class org.xmlresolver.XercesResolver
Create a new XercesResolver with a particular catalog resolver.
XercesResolver(XMLResolverConfiguration) - Constructor for class org.xmlresolver.XercesResolver
Create a new XercesResolver with a particular configuration.
XLINK_NS - Static variable in class org.xmlresolver.ResolverConstants
The XML Namespace name of XLink, "http://www.w3.org/1999/xlink".
XML_NS - Static variable in class org.xmlresolver.ResolverConstants
The XML Namespace name, "http://www.w3.org/XML/1998/namespace".
XMLCatalogResolver - Interface in org.xmlresolver
The Catalog resolver interface.
xmlEscape(String) - Static method in class org.xmlresolver.cache.CacheEntryCatalog
 
XmlLoader - Class in org.xmlresolver.loaders
An XML catalog loader.
XmlLoader(ResolverConfiguration) - Constructor for class org.xmlresolver.loaders.XmlLoader
 
XMLREADER_SUPPLIER - Static variable in class org.xmlresolver.ResolverFeature
Configure the default XML reader.
XMLResolverConfiguration - Class in org.xmlresolver
Configures an XML resolver.
XMLResolverConfiguration() - Constructor for class org.xmlresolver.XMLResolverConfiguration
Construct a default configuration.
XMLResolverConfiguration(String) - Constructor for class org.xmlresolver.XMLResolverConfiguration
Construct a configuration from a delimited string of catalog files.
XMLResolverConfiguration(List<String>) - Constructor for class org.xmlresolver.XMLResolverConfiguration
Construct a configuration from a list of catalog files.
XMLResolverConfiguration(List<URL>, List<String>) - Constructor for class org.xmlresolver.XMLResolverConfiguration
Construct a resolver configuration with specific properties and catalog files.
XMLResolverConfiguration(XMLResolverConfiguration) - Constructor for class org.xmlresolver.XMLResolverConfiguration
A copying constructor.
XMLRESOURCE_EXT_NS - Static variable in class org.xmlresolver.ResolverConstants
The XML Namespace name of XML Resolver Catalog extensions, "http://xmlresolver.org/ns/catalog".
A B C D E F G H I L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form