A B C D E F G H I L M N O P R S T U V W X 
All Classes All Packages

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.
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.
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?
ARCHIVED_CATALOGS - Static variable in class org.xmlresolver.ResolverFeature
Adds support for placing ZIP files on the catalog path.

B

body() - Method in class org.xmlresolver.Resource
Return the InputStream associated with the resource.
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.
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.
CacheInfo - Class in org.xmlresolver.cache
Information about cached URIs.
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_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 in org.xmlresolver.exceptions
An invalid catalog exception.
CatalogInvalidException(String) - Constructor for exception org.xmlresolver.exceptions.CatalogInvalidException
Construct an exception with a message about what went wrong.
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
 
CatalogManager - Class in org.xmlresolver
The CatalogManager manages a list of OASIS XML Catalogs and performs lookup operations on those catalogs.
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() - Method in class org.xmlresolver.CatalogManager
 
CatalogUnavailableException - Exception in org.xmlresolver.exceptions
An unavailable catalog exception.
CatalogUnavailableException(String) - Constructor for exception org.xmlresolver.exceptions.CatalogUnavailableException
Construct an exception with a message about what went wrong.
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.
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.

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.
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.
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.

E

entries() - Method in class org.xmlresolver.cache.ResourceCache
 
entry - Variable in class org.xmlresolver.cache.CacheEntry
The XML Catalog entry for this cached resource.
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.
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.

F

file - Variable in class org.xmlresolver.cache.CacheEntry
The local file where this resource is cached.
FIX_WINDOWS_SYSTEM_IDENTIFIERS - Static variable in class org.xmlresolver.ResolverFeature
Fix backslashes in system identifiers on Windows?
FOLLOW_REDIRECT_LIMIT - Static variable in class org.xmlresolver.CatalogResolver
 

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.
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
 
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.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
 
getHeaders() - Method in class org.xmlresolver.ResolvedResource
The headers.
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.
getLoaderResolver() - Static method in class org.xmlresolver.loaders.XmlLoader
 
getLocalURI() - Method in class org.xmlresolver.ResolvedResource
The local URI.
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.
getPublicId() - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
getResolvedURI() - Method in class org.xmlresolver.ResolvedResource
The resolved URI.
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.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
 
getStringData() - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...
getSystemId() - Method in class org.xmlresolver.sources.ResolverLSInput
The LSInput API...

H

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

I

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.

L

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.
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.
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

NamespaceResolver - Interface in org.xmlresolver
Interface for resolving namespace URIs.
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
 
normalizedForComparison(String) - Method in class org.xmlresolver.CatalogManager
 
notationDecl(String, String, String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
SAX DTDHandler API.

O

org.xmlresolver - package org.xmlresolver
The XML (Catalog) Resolver.
org.xmlresolver.cache - package org.xmlresolver.cache
XML Resolver cache.
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.

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..
processingInstruction(String, String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
SAX ContentHandler API.
PURPOSE_SCHEMA_VALIDATION - Static variable in class org.xmlresolver.Resolver
 

R

RDDL_NS - Static variable in class org.xmlresolver.ResolverConstants
The XML Namespace name of RDDL, "http://www.rddl.org/".
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.
ResolvedResource - Class in org.xmlresolver
A resolved resource represents a successfully resolved resource.
ResolvedResource() - Constructor for class org.xmlresolver.ResolvedResource
 
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 - 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 - 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.
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 - 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
 
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.

S

SAXPARSERFACTORY_CLASS - Static variable in class org.xmlresolver.ResolverFeature
Identify the SAXParserFactory class.
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.
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.
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...
startElement(String, String, String, Attributes) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
SAX ContentHandler API.
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.
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.
toString() - Method in class org.xmlresolver.cache.CacheEntry
A string representation for the entry.
toString() - Method in class org.xmlresolver.cache.CacheInfo
 
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.

U

unparsedEntityDecl(String, String, String, String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
SAX DTDHandler API.
uri - Variable in class org.xmlresolver.cache.CacheEntry
The URI of the resource.
uri() - Method in class org.xmlresolver.Resource
Return the URI associated with the resource.
URI_FOR_SYSTEM - Static variable in class org.xmlresolver.ResolverFeature
Determines whether or not uri catalog entries can be used to resolve external identifiers.
uriPattern - Variable in class org.xmlresolver.cache.CacheInfo
The compiled pattern.

V

ValidatingXmlLoader - Class in org.xmlresolver.loaders
A validating catalog loader.
ValidatingXmlLoader(ResolverConfiguration) - Constructor for class org.xmlresolver.loaders.ValidatingXmlLoader
 
version() - Static method in class org.xmlresolver.Resolver
What version is this? Returns the version number of this resolver instance.

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.
WARNING - Static variable in class org.xmlresolver.logging.AbstractLogger
Warning messages.

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.
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 R S T U V W X 
All Classes All Packages