A B C D E F G H I J K L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
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.
- accessExternalDocument - Variable in class org.xmlresolver.XMLResolverConfiguration
- accessExternalEntity - Variable in class org.xmlresolver.XMLResolverConfiguration
- 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
- additionalCatalogs - Variable in class org.xmlresolver.XMLResolverConfiguration
- addLinktype(URI, String, String, String) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
- addNamespaceURI(ResourceConnection, String, String) - Method in class org.xmlresolver.cache.ResourceCache
-
Add a Namespace URI to the cache.
- 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
- addSystem(ResourceConnection, String) - Method in class org.xmlresolver.cache.ResourceCache
- 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.
- allowCatalogPI - Variable in class org.xmlresolver.XMLResolverConfiguration
- allowXMLCatalogPI - Variable in class org.xmlresolver.tools.ResolvingXMLFilter
-
Are oasis-xml-catalog PIs allowed by this catalog?
- 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?
- alwaysResolve - Variable in class org.xmlresolver.XMLResolverConfiguration
- archiveCatalog(URI) - Method in class org.xmlresolver.loaders.XmlLoader
- ARCHIVED_CATALOGS - Static variable in class org.xmlresolver.ResolverFeature
-
Adds support for placing ZIP files on the catalog path.
- archivedCatalogs - Variable in class org.xmlresolver.loaders.XmlLoader
- archivedCatalogs - Variable in class org.xmlresolver.XMLResolverConfiguration
B
- baseURI - Variable in class org.xmlresolver.cache.CacheEntryCatalog
- baseURI - Variable in class org.xmlresolver.cache.ResourceCache.EntryHandler
- baseURI - Variable in class org.xmlresolver.catalog.entry.Entry
- baseURI - Variable in class org.xmlresolver.tools.ResolvingXMLFilter
-
The base URI of the input document, if known.
- baseUriStack - Variable in class org.xmlresolver.CatalogResolver.RddlQuery
- baseURIStack - Variable in class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
- body - Variable in class org.xmlresolver.sources.ResolverLSInput
- body() - Method in class org.xmlresolver.Resource
-
Return the InputStream associated with the resource.
- BuildConfig - Class in org.xmlresolver
- BuildConfig() - Constructor for class org.xmlresolver.BuildConfig
- 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 - Variable in class org.xmlresolver.CatalogResolver
- cache - Variable in class org.xmlresolver.XMLResolverConfiguration
- 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
ResourceCachethat 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/cacheunder the users home directory should be used for the cache. - cacheBaseName(URI) - Method in class org.xmlresolver.cache.ResourceCache
- cached - Variable in class org.xmlresolver.cache.CacheEntryCatalog
- cacheDir - Variable in class org.xmlresolver.cache.ResourceCache
- cacheDirectory - Variable in class org.xmlresolver.XMLResolverConfiguration
- 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
- cacheEnabled - Variable in class org.xmlresolver.XMLResolverConfiguration
- 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
- CacheHandler(long, long, long, long) - Constructor for class org.xmlresolver.cache.ResourceCache.CacheHandler
- cacheInfo - Variable in class org.xmlresolver.cache.ResourceCache
- 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 - Variable in class org.xmlresolver.cache.ResourceCache
- 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).
- cacheUnderHome - Variable in class org.xmlresolver.XMLResolverConfiguration
- cacheURI(String) - Method in class org.xmlresolver.cache.ResourceCache
-
Returns true if the specified absolute URI should be cached.
- cacheVersion - Variable in class org.xmlresolver.cache.ResourceCache
- catalog - Variable in class org.xmlresolver.cache.ResourceCache
- 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 - Variable in class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
- catalog() - Method in class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
- CATALOG - org.xmlresolver.catalog.entry.Entry.Type
- CATALOG_ADDITIONS - Static variable in class org.xmlresolver.ResolverFeature
-
Sets the list of additional catalog files.
- CATALOG_ELEMENTS - Static variable in class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
- 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
CatalogManagerthat 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".
- catalog10dtd - Static variable in class org.xmlresolver.loaders.CatalogLoaderResolver
- catalog11dtd - Static variable in class org.xmlresolver.loaders.CatalogLoaderResolver
- CatalogContentHandler(ResolverConfiguration, URI, boolean) - Constructor for class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
- catalogElement(String, Attributes) - Method in class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
- 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 - Variable in class org.xmlresolver.CatalogManager
- catalogLoader - Variable in class org.xmlresolver.XMLResolverConfiguration
- 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
CatalogManagermanages 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.
- CatalogManager.ExternalIdentifiers - Class in org.xmlresolver
- 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.
- CatalogResolver.RddlQuery - Class in org.xmlresolver
- 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 - Variable in class org.xmlresolver.XMLResolverConfiguration
- 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.
- categories - Variable in class org.xmlresolver.logging.AbstractLogger
- category - Variable in class org.xmlresolver.XMLResolverConfiguration.FallbackLogger.Message
- checkLoggingLevel() - Method in class org.xmlresolver.logging.DefaultLogger
- checkRddl(URI, String, String, String) - Method in class org.xmlresolver.CatalogResolver
- classLoader - Variable in class org.xmlresolver.XMLResolverConfiguration
- 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.
- classpathCatalogList - Static variable in class org.xmlresolver.XMLResolverConfiguration
- classpathCatalogs - Variable in class org.xmlresolver.XMLResolverConfiguration
- cleanupCache() - Method in class org.xmlresolver.cache.ResourceCache
- close() - Method in class org.xmlresolver.ResourceConnection
- config - Variable in class org.xmlresolver.cache.ResourceCache
- config - Variable in class org.xmlresolver.catalog.entry.Entry
- config - Variable in class org.xmlresolver.CatalogResolver
- config - Variable in class org.xmlresolver.loaders.ValidatingXmlLoader
- config - Variable in class org.xmlresolver.loaders.ValidatingXmlLoader.MyErrorHandler
- config - Variable in class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
- config - Variable in class org.xmlresolver.loaders.XmlLoader
- config - Variable in class org.xmlresolver.logging.DefaultLogger
- config - Variable in class org.xmlresolver.Resolver
- CONFIG - Static variable in class org.xmlresolver.logging.AbstractLogger
-
Messages related to resolver configuration.
- contentType - Variable in class org.xmlresolver.ResolvedResourceImpl
- contentType - Variable in class org.xmlresolver.Resource
- contentType - Variable in class org.xmlresolver.ResourceConnection
- 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.
- currentLoggingLevel - Variable in class org.xmlresolver.logging.DefaultLogger
- cwd() - Static method in class org.xmlresolver.utils.URIUtils
-
Creates a URI for the users current working directory.
D
- dataDir - Variable in class org.xmlresolver.cache.ResourceCache
- date - Variable in class org.xmlresolver.ResourceConnection
- 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(String) - Method in class org.xmlresolver.XMLResolverConfiguration.FallbackLogger
- 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_cacheSize - Variable in class org.xmlresolver.cache.ResourceCache.CacheHandler
- default_cacheSpace - Variable in class org.xmlresolver.cache.ResourceCache.CacheHandler
- default_deleteWait - Variable in class org.xmlresolver.cache.ResourceCache.CacheHandler
- DEFAULT_LOGGER_LOG_LEVEL - Static variable in class org.xmlresolver.ResolverFeature
-
Specify the logging level for the default logger.
- default_maxAge - Variable in class org.xmlresolver.cache.ResourceCache.CacheHandler
- defaultCacheInfo - Variable in class org.xmlresolver.cache.ResourceCache
- 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.
- defaultLoggerLevel - Variable in class org.xmlresolver.logging.DefaultLogger
- defaultLoggerLogLevel - Variable in class org.xmlresolver.XMLResolverConfiguration
- defaultPattern - Static variable in class org.xmlresolver.cache.ResourceCache
-
The default cache pattern.
- defaultValue - Variable in class org.xmlresolver.ResolverFeature
- DELEGATE_PUBLIC - org.xmlresolver.catalog.entry.Entry.Type
- DELEGATE_SYSTEM - org.xmlresolver.catalog.entry.Entry.Type
- DELEGATE_URI - 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.
- depth - Variable in class org.xmlresolver.cache.ResourceCache.CacheHandler
- directory() - Method in class org.xmlresolver.cache.ResourceCache
-
Returns the cache directory associated with this ResourceCache.
- DirectoryLock() - Constructor for class org.xmlresolver.cache.ResourceCache.DirectoryLock
- DOCTYPE - org.xmlresolver.catalog.entry.Entry.Type
- DOCUMENT - org.xmlresolver.catalog.entry.Entry.Type
- DTD_DECL - org.xmlresolver.catalog.entry.Entry.Type
E
- EMPTY_RESULT - Static variable in class org.xmlresolver.catalog.query.QueryResult
- encodedByte(int) - Static method in class org.xmlresolver.utils.URIUtils
-
Perform %-encoding on a single byte.
- encodeURN(String) - Static method in class org.xmlresolver.utils.PublicId
-
Encode a public identifier as a "publicid" URN.
- endElement(String, String, String) - Method in class org.xmlresolver.cache.ResourceCache.CacheHandler
- endElement(String, String, String) - Method in class org.xmlresolver.CatalogResolver.RddlQuery
- endElement(String, String, String) - Method in class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
- ENTITY - org.xmlresolver.catalog.entry.Entry.Type
- entityName - Variable in class org.xmlresolver.catalog.query.QueryDoctype
- entityName - Variable in class org.xmlresolver.catalog.query.QueryEntity
- entityResolver - Variable in class org.xmlresolver.loaders.XmlLoader
- 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
- entryDir - Variable in class org.xmlresolver.cache.ResourceCache
- 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
- EntryHandler(URI) - Constructor for class org.xmlresolver.cache.ResourceCache.EntryHandler
- 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(SAXParseException) - Method in class org.xmlresolver.loaders.ValidatingXmlLoader.MyErrorHandler
- ERROR - Static variable in class org.xmlresolver.logging.AbstractLogger
-
Error messages.
- etag - Variable in class org.xmlresolver.ResourceConnection
- 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.
- expiredDir - Variable in class org.xmlresolver.cache.ResourceCache
- ExternalIdentifiers(String, String) - Constructor for class org.xmlresolver.CatalogManager.ExternalIdentifiers
- extra - Variable in class org.xmlresolver.catalog.entry.Entry
F
- FallbackLogger() - Constructor for class org.xmlresolver.XMLResolverConfiguration.FallbackLogger
- fallbackLogging - Variable in class org.xmlresolver.XMLResolverConfiguration.FallbackLogger
- fatalError(SAXParseException) - Method in class org.xmlresolver.loaders.ValidatingXmlLoader.MyErrorHandler
- 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
- findClasspathCatalogFiles() - Method in class org.xmlresolver.XMLResolverConfiguration
- findNamespaceCacheEntry(URI, String, String) - Method in class org.xmlresolver.cache.ResourceCache
- findSystemCacheEntry(URI) - Method in class org.xmlresolver.cache.ResourceCache
- firstError - Variable in class org.xmlresolver.loaders.ValidatingXmlLoader.MyErrorHandler
- firstWarning - Variable in class org.xmlresolver.loaders.ValidatingXmlLoader.MyErrorHandler
- FIX_WINDOWS_SYSTEM_IDENTIFIERS - Static variable in class org.xmlresolver.ResolverFeature
-
Fix backslashes in system identifiers on Windows?
- fixWindowsSystemIdentifier(String) - Method in class org.xmlresolver.CatalogManager
- fixWindowsSystemIdentifiers - Variable in class org.xmlresolver.XMLResolverConfiguration
- flushCache(Pattern, long, long, File) - Method in class org.xmlresolver.cache.CacheEntryCatalog
- flushCache(CacheInfo) - Method in class org.xmlresolver.cache.ResourceCache
- FOLLOW_REDIRECT_LIMIT - Static variable in class org.xmlresolver.CatalogResolver
- forbidAccess(String, String) - Method in class org.xmlresolver.CatalogResolver
- forbidAccess(String, String, boolean) - Static method in class org.xmlresolver.utils.URIUtils
- forward(ResolverLogger) - Method in class org.xmlresolver.XMLResolverConfiguration.FallbackLogger
- found - Variable in class org.xmlresolver.CatalogResolver.RddlQuery
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
CatalogResolverused 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...
- getConfigProperty(String) - Method in class org.xmlresolver.XMLResolverConfiguration
- getConfiguration() - Method in class org.xmlresolver.CatalogResolver
-
Returns the
XMLResolverConfigurationused 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
EntityResolver2interface. - 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
- getHeader(HttpResponse, String, String) - Method in class org.xmlresolver.ResourceConnection
- 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.
- getMessage() - Method in class org.xmlresolver.loaders.ValidatingXmlLoader.MyErrorHandler
- 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 - org.xmlresolver.catalog.entry.Entry.Type
H
- headers - Variable in class org.xmlresolver.ResolvedResourceImpl
- href() - Method in class org.xmlresolver.CatalogResolver.RddlQuery
- HTML_NS - Static variable in class org.xmlresolver.ResolverConstants
-
The (X)HTML Namespace name, "http://www.w3.org/1999/xhtml".
- httpclient - Variable in class org.xmlresolver.ResourceConnection
I
- id - Variable in class org.xmlresolver.catalog.entry.Entry
- index - Static variable in class org.xmlresolver.ResolverFeature
- 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(String) - Method in class org.xmlresolver.XMLResolverConfiguration.FallbackLogger
- INFO - Static variable in class org.xmlresolver.logging.AbstractLogger
- initialize(SAXParserFactory) - Method in class org.xmlresolver.tools.ResolvingXMLReader
- inputStream - Variable in class org.xmlresolver.ResolvedResourceImpl
- isControl - Variable in class org.xmlresolver.cache.ResourceCache.CacheHandler
- isTrue(String) - Static method in class org.xmlresolver.XMLResolverConfiguration
- isWindows - Static variable in class org.xmlresolver.utils.URIUtils
- isWindows() - Static method in class org.xmlresolver.utils.URIUtils
J
- jlogger - Variable in class org.xmlresolver.logging.SystemLogger
K
- knownFeatures - Static variable in class org.xmlresolver.XMLResolverConfiguration
L
- lastModified - Variable in class org.xmlresolver.ResourceConnection
- LINKTYPE - org.xmlresolver.catalog.entry.Entry.Type
- loadCache() - Method in class org.xmlresolver.cache.ResourceCache
- 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.
- loadConfiguration(List<URL>, List<String>) - Method in class org.xmlresolver.XMLResolverConfiguration
- loaded - Variable in class org.xmlresolver.cache.ResourceCache
- loaderResolver - Static variable in class org.xmlresolver.loaders.XmlLoader
- loadPropertiesConfiguration(URL, Properties) - Method in class org.xmlresolver.XMLResolverConfiguration
- loadSystemPropertiesConfiguration() - Method in class org.xmlresolver.XMLResolverConfiguration
- localUri() - Method in class org.xmlresolver.Resource
-
Return the local URI associated with the resource.
- localURI - Variable in class org.xmlresolver.ResolvedResourceImpl
- localURI - Variable in class org.xmlresolver.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
- locator - Variable in class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
- lock - Variable in class org.xmlresolver.cache.ResourceCache.DirectoryLock
- lock() - Method in class org.xmlresolver.cache.ResourceCache.DirectoryLock
- lockChannel - Variable in class org.xmlresolver.cache.ResourceCache.DirectoryLock
- locked() - Method in class org.xmlresolver.cache.ResourceCache.DirectoryLock
- lockFile - Variable in class org.xmlresolver.cache.ResourceCache.DirectoryLock
- 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.
- log(String, String, Object...) - Method in class org.xmlresolver.XMLResolverConfiguration.FallbackLogger
- 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.CatalogResolver
- logger - Variable in class org.xmlresolver.loaders.ValidatingXmlLoader
- logger - Variable in class org.xmlresolver.loaders.ValidatingXmlLoader.MyErrorHandler
- logger - Variable in class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
- logger - Variable in class org.xmlresolver.loaders.XmlLoader
- logger - Variable in class org.xmlresolver.logging.SystemLogger
- logger - Variable in class org.xmlresolver.Resolver
- logger - Variable in class org.xmlresolver.StAXResolver
- logger - Variable in class org.xmlresolver.tools.ResolvingXMLFilter
- logLevel - Variable in class org.xmlresolver.logging.DefaultLogger
- 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
- manager - Variable in class org.xmlresolver.XMLResolverConfiguration
- MASK_JAR_URIS - Static variable in class org.xmlresolver.ResolverFeature
-
Determines whether a classpath: or jar: URI is returned by the resolver.
- maskJarUris - Variable in class org.xmlresolver.XMLResolverConfiguration
- maxAge - Variable in class org.xmlresolver.cache.CacheInfo
-
Entries older than
maxAgewill 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.
- mergeHttps - Variable in class org.xmlresolver.XMLResolverConfiguration
- message - Variable in class org.xmlresolver.XMLResolverConfiguration.FallbackLogger.Message
- Message(String, String, Object...) - Constructor for class org.xmlresolver.XMLResolverConfiguration.FallbackLogger.Message
- messages - Variable in class org.xmlresolver.XMLResolverConfiguration.FallbackLogger
- MyErrorHandler(ResolverConfiguration) - Constructor for class org.xmlresolver.loaders.ValidatingXmlLoader.MyErrorHandler
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
- name - Variable in class org.xmlresolver.ResolverFeature
- 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 - Variable in class org.xmlresolver.CatalogResolver.RddlQuery
- 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 - 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
- normalizeExternalIdentifiers(String, 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 - 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 - 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
- params - Variable in class org.xmlresolver.XMLResolverConfiguration.FallbackLogger.Message
- 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
- parseRddl - Variable in class org.xmlresolver.XMLResolverConfiguration
- parserStack - Variable in class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
- 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.
- pickSuffix(URI, String) - Method in class org.xmlresolver.cache.ResourceCache
- 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..
- preferPropertyFile - Variable in class org.xmlresolver.XMLResolverConfiguration
- 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
- preferPublic - Variable in class org.xmlresolver.loaders.XmlLoader
- preferPublic - Variable in class org.xmlresolver.XMLResolverConfiguration
- preferPublicStack - Variable in class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
- processingInstruction(String, String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
-
SAX ContentHandler API.
- processXMLCatalogPI - Variable in class org.xmlresolver.tools.ResolvingXMLFilter
-
Are we in the prolog? Is an oasis-xml-catalog PI valid now?
- 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 - 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 - Variable in class org.xmlresolver.CatalogManager.ExternalIdentifiers
- publicId - Variable in class org.xmlresolver.sources.ResolverLSInput
- 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 - Variable in class org.xmlresolver.CatalogResolver.RddlQuery
- PURPOSE_SCHEMA_VALIDATION - Static variable in class org.xmlresolver.Resolver
- pushNull() - Method in class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
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/".
- RddlQuery(URI, String, String) - Constructor for class org.xmlresolver.CatalogResolver.RddlQuery
- redirect - Variable in class org.xmlresolver.ResourceConnection
- remove(Entry) - Method in class org.xmlresolver.catalog.entry.EntryCatalog
- removeCacheInfo(String) - Method in class org.xmlresolver.cache.ResourceCache
- removeCacheInfo(String, boolean) - 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
URIResolverinterface. - resolve(URI, String) - Static method in class org.xmlresolver.utils.URIUtils
-
Resolve a URI against a base URI.
- resolved - Variable in class org.xmlresolver.catalog.query.QueryResult
- 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
- resolvedHeaders - Variable in class org.xmlresolver.sources.ResolverInputSource
- resolvedHeaders - Variable in class org.xmlresolver.sources.ResolverLSInput
- resolvedHeaders - Variable in class org.xmlresolver.sources.ResolverSAXSource
- resolveDoctype(String, String) - Method in class org.xmlresolver.CatalogResolver
-
Resolve a document type from its name.
- 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
- resolveDTD(XMLDTDDescription) - Method in class org.xmlresolver.XercesResolver
- resolvedURI - Variable in 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.loaders.XmlLoader.CatalogContentHandler
- resolveEntity(String, String) - Method in class org.xmlresolver.Resolver
-
Implements the
EntityResolverinterface. - resolveEntity(String, String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
-
Implements the
resolveEntitymethod 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
EntityResolver2interface. - 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
XMLResolverinterface. - resolveEntity(String, String, String, String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
-
Implements the
EntityResolver2interface. - resolveEntity(XMLEntityDescription) - Method in class org.xmlresolver.XercesResolver
- 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
NamespaceResolverinterface. - 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.loaders.ValidatingXmlLoader
- resolver - Variable in class org.xmlresolver.Resolver
- resolver - Variable in class org.xmlresolver.StAXResolver
- 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
LSResourceResolverinterface. - 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
InputSourcewith aresolvedURI. - ResolverInputSource(URI, InputStream) - Constructor for class org.xmlresolver.sources.ResolverInputSource
-
Construct the
InputSourcewhile 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 - Variable in class org.xmlresolver.XMLResolverConfiguration
- ResolverLogger - Interface in org.xmlresolver.logging
-
The resolver logger interface defines the features of a logging class for the resolver.
- resolverLoggerClass - Variable in class org.xmlresolver.XMLResolverConfiguration
- ResolverLSInput - Class in org.xmlresolver.sources
-
An
LSInputwith aresolvedURI. - ResolverLSInput(ResolvedResource, String) - Constructor for class org.xmlresolver.sources.ResolverLSInput
-
Construct the
LSInputwhile preserving the local URI. - ResolverLSInput(Resource, String, String) - Constructor for class org.xmlresolver.sources.ResolverLSInput
-
Construct the
LSInputwhile preserving the local URI. - ResolverResourceInfo - Interface in org.xmlresolver.sources
-
Information about a resolved resource.
- ResolverSAXSource - Class in org.xmlresolver.sources
-
A
SAXSourcewith aresolvedURI. - ResolverSAXSource(URI, InputSource) - Constructor for class org.xmlresolver.sources.ResolverSAXSource
-
Construct a
SAXSourcewhile preserving the local URI. - ResolverSAXSource(ResolvedResource) - Constructor for class org.xmlresolver.sources.ResolverSAXSource
- resolveSchema(XSDDescription) - Method in class org.xmlresolver.XercesResolver
- 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
XMLFilterthat 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
XMLReaderthat performs catalog resolution. - ResolvingXMLReader() - Constructor for class org.xmlresolver.tools.ResolvingXMLReader
-
Construct an XML Reader with the default
SAXParserFactoryand resolver. - ResolvingXMLReader(SAXParserFactory) - Constructor for class org.xmlresolver.tools.ResolvingXMLReader
-
Construct an XML Reader with the specified
SAXParserFactoryand default resolver. - ResolvingXMLReader(SAXParserFactory, Resolver) - Constructor for class org.xmlresolver.tools.ResolvingXMLReader
-
Construct an XML Reader with the specified
SAXParserFactoryand resolver. - ResolvingXMLReader(Resolver) - Constructor for class org.xmlresolver.tools.ResolvingXMLReader
-
Construct an XML Reader with the default
SAXParserFactoryand 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
- ResourceCache.CacheHandler - Class in org.xmlresolver.cache
- ResourceCache.DirectoryLock - Class in org.xmlresolver.cache
- ResourceCache.EntryHandler - Class in org.xmlresolver.cache
- 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.
- result - Variable in class org.xmlresolver.catalog.query.QueryResult
- REWRITE_SYSTEM - org.xmlresolver.catalog.entry.Entry.Type
- REWRITE_URI - org.xmlresolver.catalog.entry.Entry.Type
- rewritePrefix - Variable in class org.xmlresolver.catalog.entry.EntryRewriteSystem
- rewritePrefix - Variable in class org.xmlresolver.catalog.entry.EntryRewriteUri
- root - Variable in class org.xmlresolver.cache.ResourceCache.EntryHandler
- RsrcUtils - Class in org.xmlresolver.utils
- RsrcUtils() - Constructor for class org.xmlresolver.utils.RsrcUtils
S
- safeOpenConnection(String, String, boolean) - Method in class org.xmlresolver.XercesResolver
- SAXPARSERFACTORY_CLASS - Static variable in class org.xmlresolver.ResolverFeature
-
Identify the SAXParserFactory class.
- saxParserFactoryClass - Variable in class org.xmlresolver.XMLResolverConfiguration
- saxProducer - Variable in class org.xmlresolver.utils.SaxProducer.SaxProducerJingAdapter
- SaxProducer - Interface in org.xmlresolver.utils
-
Similar to
Consumerbut 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...
- setBaseURI(URI) - Method in class org.xmlresolver.cache.ResourceCache.EntryHandler
- 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...
- setDocumentLocator(Locator) - Method in class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
- 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...
- setupBaseURI(String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
-
Save the base URI of the document being parsed.
- SGML_DECL - org.xmlresolver.catalog.entry.Entry.Type
- showConfig() - Method in class org.xmlresolver.XMLResolverConfiguration
- showConfigChange(String) - Method in class org.xmlresolver.XMLResolverConfiguration
- showConfigChange(String, Object) - Method in class org.xmlresolver.XMLResolverConfiguration
- showConfigChanges - Variable in class org.xmlresolver.XMLResolverConfiguration
- sizeG - Static variable in class org.xmlresolver.cache.CacheParser
- sizeK - Static variable in class org.xmlresolver.cache.CacheParser
- sizeM - Static variable in class org.xmlresolver.cache.CacheParser
- startDocument() - Method in class org.xmlresolver.cache.ResourceCache.EntryHandler
- startElement(String, String, String, Attributes) - Method in class org.xmlresolver.cache.ResourceCache.CacheHandler
- startElement(String, String, String, Attributes) - Method in class org.xmlresolver.cache.ResourceCache.EntryHandler
- startElement(String, String, String, Attributes) - Method in class org.xmlresolver.CatalogResolver.RddlQuery
- startElement(String, String, String, Attributes) - Method in class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
- startElement(String, String, String, Attributes) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
-
SAX ContentHandler API.
- staticResolver - Static variable in class org.xmlresolver.tools.ResolvingXMLFilter
- statusCode - Variable in class org.xmlresolver.ResolvedResourceImpl
- statusCode - Variable in class org.xmlresolver.ResourceConnection
- statusCode - Variable in class org.xmlresolver.sources.ResolverInputSource
- statusCode - Variable in class org.xmlresolver.sources.ResolverLSInput
- statusCode - Variable in class org.xmlresolver.sources.ResolverSAXSource
- StAXResolver - Class in org.xmlresolver
-
Implements the
XMLResolverinterface. - 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.
- storeStream(InputStream, File) - Method in class org.xmlresolver.cache.ResourceCache
- stream - Variable in class org.xmlresolver.Resource
- stream - Variable in class org.xmlresolver.ResourceConnection
- SYSTEM - org.xmlresolver.catalog.entry.Entry.Type
- SYSTEM_SUFFIX - 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
- systemId - Variable in class org.xmlresolver.CatalogManager.ExternalIdentifiers
- systemId - Variable in class org.xmlresolver.sources.ResolverLSInput
- 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.
- throwUriExceptions - Variable in class org.xmlresolver.XMLResolverConfiguration
- time - Variable in class org.xmlresolver.cache.CacheEntry
-
The date when the resource was cached.
- timeD - Static variable in class org.xmlresolver.cache.CacheParser
- timeH - Static variable in class org.xmlresolver.cache.CacheParser
- timeM - Static variable in class org.xmlresolver.cache.CacheParser
- timeS - Static variable in class org.xmlresolver.cache.CacheParser
- timeW - Static variable in class org.xmlresolver.cache.CacheParser
- 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_ELEMENTS - Static variable in class org.xmlresolver.loaders.XmlLoader.CatalogContentHandler
- 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.
- Type() - Constructor for enum org.xmlresolver.catalog.entry.Entry.Type
- typedEntries - Variable in class org.xmlresolver.catalog.entry.EntryCatalog
U
- uncachedResource(URI, URI) - Method in class org.xmlresolver.CatalogResolver
- underlyingLoader - Variable in class org.xmlresolver.loaders.ValidatingXmlLoader
- unlock() - Method in class org.xmlresolver.cache.ResourceCache.DirectoryLock
- unparsedEntityDecl(String, String, String, String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
-
SAX DTDHandler API.
- updateCacheControlFile() - Method in class org.xmlresolver.cache.ResourceCache
- 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
- updateLoggingCategories() - Method in class org.xmlresolver.logging.AbstractLogger
- 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 - Variable in class org.xmlresolver.Resource
- uri - Variable in class org.xmlresolver.ResourceConnection
- uri - Variable in class org.xmlresolver.sources.ResolverLSInput
- uri() - Method in class org.xmlresolver.catalog.query.QueryResult
- uri() - Method in class org.xmlresolver.Resource
-
Return the URI associated with the resource.
- URI - org.xmlresolver.catalog.entry.Entry.Type
- URI_FOR_SYSTEM - Static variable in class org.xmlresolver.ResolverFeature
-
Determines whether or not
uricatalog entries can be used to resolve external identifiers. - URI_SUFFIX - org.xmlresolver.catalog.entry.Entry.Type
- uriForSystem - Variable in class org.xmlresolver.XMLResolverConfiguration
- 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
- ValidatingXmlLoader.MyErrorHandler - Class in org.xmlresolver.loaders
- 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(String) - Method in class org.xmlresolver.XMLResolverConfiguration.FallbackLogger
- WARN - Static variable in class org.xmlresolver.logging.AbstractLogger
- warning(SAXParseException) - Method in class org.xmlresolver.loaders.ValidatingXmlLoader.MyErrorHandler
- WARNING - Static variable in class org.xmlresolver.logging.AbstractLogger
-
Warning messages.
- windowsPathURI(String) - Static method in class org.xmlresolver.utils.URIUtils
- writeCacheEntry(Entry, File) - Method in class org.xmlresolver.cache.CacheEntryCatalog
X
- XercesResolver - Class in org.xmlresolver
-
An extension of the
Resolverthat implements XercesXMLEntityResolver. - 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
- XmlLoader.CatalogContentHandler - Class in org.xmlresolver.loaders
- XMLREADER_SUPPLIER - Static variable in class org.xmlresolver.ResolverFeature
-
Configure the default XML reader.
- xmlReaderSupplier - Variable in class org.xmlresolver.XMLResolverConfiguration
- 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.
- XMLResolverConfiguration.FallbackLogger - Class in org.xmlresolver
- XMLResolverConfiguration.FallbackLogger.Message - Class in org.xmlresolver
- XMLRESOURCE_EXT_NS - Static variable in class org.xmlresolver.ResolverConstants
-
The XML Namespace name of XML Resolver Catalog extensions, "http://xmlresolver.org/ns/catalog".
All Classes All Packages