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
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.
- 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?
- ANY_NATURE - Static variable in class org.xmlresolver.ResolverConstants
- ANY_PURPOSE - Static variable in class org.xmlresolver.ResolverConstants
- ARCHIVED_CATALOGS - Static variable in class org.xmlresolver.ResolverFeature
-
Adds support for placing ZIP files on the catalog path.
B
- BINARY_NATURE - Static variable in class org.xmlresolver.ResolverConstants
- byName(String) - Static method in class org.xmlresolver.ResolverFeature
-
Find a known static feature by name.
C
- CACHE - Static variable in class org.xmlresolver.logging.AbstractLogger
-
Messages related to how the cache is used.
- 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
-
Deprecated.6.0.0
- CatalogResolver() - Constructor for class org.xmlresolver.CatalogResolver
-
Deprecated.
- CatalogResolver(XMLResolverConfiguration) - Constructor for class org.xmlresolver.CatalogResolver
-
Deprecated.
- 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.
- CatalogUnavailableException(Throwable) - 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 - Variable in class org.xmlresolver.ResourceRequest
-
The resolver configuration.
- CONFIG - Static variable in class org.xmlresolver.logging.AbstractLogger
-
Messages related to resolver configuration.
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.
- DTD_NATURE - Static variable in class org.xmlresolver.ResolverConstants
E
- ERROR - Static variable in class org.xmlresolver.logging.AbstractLogger
-
Error messages.
- EXTERNAL_ENTITY_NATURE - Static variable in class org.xmlresolver.ResolverConstants
F
- FIX_WINDOWS_SYSTEM_IDENTIFIERS - Static variable in class org.xmlresolver.ResolverFeature
-
Fix backslashes in system identifiers on Windows?
G
- getAbsoluteURI() - Method in class org.xmlresolver.ResourceRequest
-
Get the absolute URI.
- 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.ResourceRequest
-
Get the base URI.
- getBaseURI() - Method in class org.xmlresolver.sources.ResolverLSInput
-
The LSInput API...
- getByteStream() - Method in class org.xmlresolver.sources.ResolverLSInput
-
The LSInput API...
- getCatalogLoader() - Method in class org.xmlresolver.CatalogManager
-
Get the catalog loader.
- getCatalogResolver() - Method in class org.xmlresolver.Resolver
-
Deprecated.
- 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
-
Deprecated.
- getConfiguration() - Method in class org.xmlresolver.Resolver
-
Deprecated.
- getConfiguration() - Method in class org.xmlresolver.XMLResolver
-
Get the configuration associated with this resolver.
- getConnection() - Method in class org.xmlresolver.ResourceResponse
-
Get the resource connection.
- getContentType() - Method in class org.xmlresolver.ResolvedResource
-
Deprecated.
- getContentType() - Method in class org.xmlresolver.ResourceResponse
-
Get the content type.
- getDefaultValue() - Method in class org.xmlresolver.ResolverFeature
-
Get the default value of the feature.
- getEncoding() - Method in class org.xmlresolver.ResourceRequest
-
Get the requested encoding.
- getEncoding() - Method in class org.xmlresolver.ResourceResponse
-
Get the encoding.
- getEncoding() - Method in class org.xmlresolver.sources.ResolverLSInput
-
The LSInput API...
- getEntityName() - Method in class org.xmlresolver.ResourceRequest
-
Get the entity name
- 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
- getEntityResolver() - Method in class org.xmlresolver.XMLResolver
-
Get a
SAXAdapter
. - getEntityResolver2() - Method in class org.xmlresolver.XMLResolver
-
Get a
SAXAdapter
. - getExternalSubset(String, String) - Method in class org.xmlresolver.adapters.SAXAdapter
- getExternalSubset(String, String) - Method in class org.xmlresolver.Resolver
-
Deprecated.
- 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.ResourceResponse
-
Get the value of a specific header.
- 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
-
Deprecated.
- getHeaders() - Method in class org.xmlresolver.ResourceResponse
-
Get 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
-
Deprecated.
- getInputStream() - Method in class org.xmlresolver.ResourceResponse
-
Get the input stream.
- getLoaderResolver() - Static method in class org.xmlresolver.loaders.XmlLoader
- getLocalURI() - Method in class org.xmlresolver.ResolvedResource
-
Deprecated.
- getLogLevel() - Method in class org.xmlresolver.logging.DefaultLogger
-
Get the current logging level.
- getLSResourceResolver() - Method in class org.xmlresolver.XMLResolver
-
Get a
LSResourceAdapter
. - getName() - Method in class org.xmlresolver.ResolverFeature
-
Get the name of the feature.
- getNames() - Static method in class org.xmlresolver.ResolverFeature
-
Iterates over 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.ResourceRequest
-
Get the public identifier
- getPublicId() - Method in class org.xmlresolver.sources.ResolverLSInput
-
The LSInput API...
- getRequest(String) - Method in class org.xmlresolver.XMLResolver
-
Construct a resource request for the given URI.
- getRequest(String, String) - Method in class org.xmlresolver.XMLResolver
-
Construct a resource request for the given URI and base URI.
- getRequest(String, String, String) - Method in class org.xmlresolver.XMLResolver
-
Construct a resource request for the given URI, nature, and purpose.
- getRequest(String, String, String, String) - Method in class org.xmlresolver.XMLResolver
-
Construct a resource request for the given URI, base URI, nature, and purpose.
- getResolvedURI() - Method in class org.xmlresolver.ResolvedResource
-
Deprecated.
- getResolvedURI() - Method in class org.xmlresolver.ResourceResponse
-
Get 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.
- getResource(ResourceRequest) - Static method in class org.xmlresolver.ResourceAccess
-
Attempt to get the requested resource.
- getResource(ResourceResponse) - Static method in class org.xmlresolver.ResourceAccess
-
Attempt to get the requested resource.
- getResponse() - Method in class org.xmlresolver.sources.ResolverInputSource
- getResponse() - Method in class org.xmlresolver.sources.ResolverLSInput
- getResponse() - Method in interface org.xmlresolver.sources.ResolverResourceInfo
-
Returns the underlying resolver response.
- getResponse() - Method in class org.xmlresolver.sources.ResolverSAXSource
- getStatusCode() - Method in class org.xmlresolver.ResolvedResource
-
Deprecated.
- getStatusCode() - Method in class org.xmlresolver.ResourceResponse
-
Get the status code of the request.
- 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.ResourceRequest
-
Get the system identifier of the request.
- getSystemId() - Method in class org.xmlresolver.sources.ResolverLSInput
-
The LSInput API...
- getUnmaskedURI() - Method in class org.xmlresolver.ResourceResponse
-
Get the resolved URI, irrespective of masking.
- getURI() - Method in class org.xmlresolver.ResourceRequest
-
Get the request URI.
- getURI() - Method in class org.xmlresolver.ResourceResponse
-
Get the URI.
- getURIResolver() - Method in class org.xmlresolver.XMLResolver
-
Get a
URIResolver
. - getXMLEntityResolver() - Method in class org.xmlresolver.XMLResolver
-
Get an
XercesXniAdapter
. - getXMLResolver() - Method in class org.xmlresolver.XMLResolver
-
Get an
XmlStreamAdapter
.
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.
- isRejected() - Method in class org.xmlresolver.ResourceResponse
-
Was this request rejected?
- isResolved() - Method in class org.xmlresolver.ResourceResponse
-
Was this request successfully resolved?
- isResolvingAsEntity() - Method in class org.xmlresolver.ResourceRequest
-
Are we expecting to resolve this request to obtain an entity?
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.
- 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.
- lookup(ResourceRequest) - Method in class org.xmlresolver.XMLResolver
-
Lookup a resource request in the catalog.
- lookupDoctype(String) - Method in class org.xmlresolver.XMLResolver
-
Lookup a document type in the catalog.
- 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.
- lookupDoctype(String, String, String) - Method in class org.xmlresolver.XMLResolver
-
Lookup a document type in the catalog.
- lookupDoctype(String, String, String, String) - Method in class org.xmlresolver.XMLResolver
-
Lookup a document type in the catalog.
- 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) - Method in class org.xmlresolver.XMLResolver
-
Lookup an entity in the catalog.
- 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.
- lookupEntity(String, String, String) - Method in class org.xmlresolver.XMLResolver
-
Lookup an entity in the catalog.
- lookupNamespace(String, String, String) - Method in class org.xmlresolver.XMLResolver
-
Lookup a URI in the catalog.
- 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.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.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.XMLResolver
-
Lookup a uri in the catalog.
- lookupUri(String, String) - Method in class org.xmlresolver.XMLResolver
-
Lookup a URI in the catalog.
- 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.
- LSResourceAdapter - Class in org.xmlresolver.adapters
-
This class implements the
LSResourceResolver
API. - LSResourceAdapter(XMLResolver) - Constructor for class org.xmlresolver.adapters.LSResourceAdapter
M
- MASK_JAR_URIS - Static variable in class org.xmlresolver.ResolverFeature
-
Determines whether a classpath: or jar: URI is returned by the resolver.
- MERGE_HTTPS - Static variable in class org.xmlresolver.ResolverFeature
-
Determines whether http: and https: URIs compare the same.
N
- nature - Variable in class org.xmlresolver.ResourceRequest
-
The RDDL nature of the request.
- NATURE_RELAX_NG - Static variable in class org.xmlresolver.Resolver
-
Deprecated.
- NATURE_RELAX_NG - Static variable in class org.xmlresolver.ResolverConstants
- NATURE_XML_SCHEMA - Static variable in class org.xmlresolver.Resolver
-
Deprecated.
- NATURE_XML_SCHEMA - Static variable in class org.xmlresolver.ResolverConstants
- NATURE_XML_SCHEMA_1_1 - Static variable in class org.xmlresolver.Resolver
-
Deprecated.
- NATURE_XML_SCHEMA_1_1 - Static variable in class org.xmlresolver.ResolverConstants
- normalizedForComparison(String) - Method in class org.xmlresolver.CatalogManager
- notationDecl(String, String, String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
-
SAX DTDHandler API.
O
- openStream() - Method in class org.xmlresolver.ResourceRequest
-
Will a readable stream be returned?
- org.xmlresolver - package org.xmlresolver
-
The XML (Catalog) Resolver.
- org.xmlresolver.adapters - package org.xmlresolver.adapters
-
Implementations of various third-party resolver APIs.
- 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.
- 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 public IDs are preferred.
- processingInstruction(String, String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
-
SAX ContentHandler API.
- purpose - Variable in class org.xmlresolver.ResourceRequest
-
The RDDL purpose of the request.
- PURPOSE_SCHEMA_VALIDATION - Static variable in class org.xmlresolver.Resolver
-
Deprecated.
- PURPOSE_SCHEMA_VALIDATION - Static variable in class org.xmlresolver.ResolverConstants
R
- RDDL_NS - Static variable in class org.xmlresolver.ResolverConstants
-
The XML Namespace name of RDDL, "http://www.rddl.org/".
- RELAXNG_NATURE - Static variable in class org.xmlresolver.ResolverConstants
- removeCatalog(String) - Method in class org.xmlresolver.XMLResolverConfiguration
-
Remove a catalog from the list of catalogs.
- request - Variable in class org.xmlresolver.ResourceResponse
-
The request for which this is the response.
- REQUEST - Static variable in class org.xmlresolver.logging.AbstractLogger
-
Requests for resource resolution.
- resolve(String, String) - Method in class org.xmlresolver.Resolver
-
Deprecated.
- resolve(ResourceRequest) - Method in class org.xmlresolver.XMLResolver
-
Attempts to resolve a request.
- resolveDoctype(String, String) - Method in class org.xmlresolver.CatalogResolver
-
Deprecated.
- ResolvedResource - Class in org.xmlresolver
-
Deprecated.6.0.0
- ResolvedResource(ResourceResponse) - Constructor for class org.xmlresolver.ResolvedResource
-
Deprecated.
- resolveEntity(String, String) - Method in class org.xmlresolver.adapters.SAXAdapter
- resolveEntity(String, String) - Method in class org.xmlresolver.loaders.CatalogLoaderResolver
- resolveEntity(String, String) - Method in class org.xmlresolver.Resolver
-
Deprecated.
- 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.adapters.SAXAdapter
- resolveEntity(String, String, String, String) - Method in class org.xmlresolver.adapters.XmlStreamAdapter
- resolveEntity(String, String, String, String) - Method in class org.xmlresolver.CatalogResolver
-
Deprecated.
- resolveEntity(String, String, String, String) - Method in class org.xmlresolver.Resolver
-
Deprecated.
- resolveEntity(String, String, String, String) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
-
Implements the
EntityResolver2
interface. - resolveEntity(XMLResourceIdentifier) - Method in class org.xmlresolver.adapters.XercesXniAdapter
- resolveNamespace(String, String, String, String) - Method in class org.xmlresolver.CatalogResolver
-
Deprecated.
- Resolver - Class in org.xmlresolver
-
Deprecated.6.0.0
- Resolver() - Constructor for class org.xmlresolver.Resolver
-
Deprecated.
- Resolver(CatalogResolver) - Constructor for class org.xmlresolver.Resolver
-
Deprecated.
- Resolver(XMLResolverConfiguration) - Constructor for class org.xmlresolver.Resolver
-
Deprecated.
- 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.adapters.LSResourceAdapter
- resolveResource(String, String, String, String, String) - Method in class org.xmlresolver.Resolver
-
Deprecated.
- ResolverFeature<T> - Class in org.xmlresolver
-
An individual resolver feature.
- ResolverInputSource - Class in org.xmlresolver.sources
-
A
InputSource
with aresolvedURI
. - ResolverInputSource(ResourceResponse) - 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 aresolvedURI
. - ResolverLSInput(ResourceResponse, 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 aresolvedURI
. - ResolverSAXSource(ResourceResponse) - Constructor for class org.xmlresolver.sources.ResolverSAXSource
- resolveURI(String, String) - Method in class org.xmlresolver.CatalogResolver
-
Deprecated.
- 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, XMLResolver) - Constructor for class org.xmlresolver.tools.ResolvingXMLFilter
-
Construct an XML filter with the specified parent and resolver.
- ResolvingXMLFilter(XMLResolver) - 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, XMLResolver) - Constructor for class org.xmlresolver.tools.ResolvingXMLReader
-
Construct an XML Reader with the specified
SAXParserFactory
and resolver. - ResolvingXMLReader(XMLResolver) - Constructor for class org.xmlresolver.tools.ResolvingXMLReader
-
Construct an XML Reader with the default
SAXParserFactory
and the specified resolver. - ResourceAccess - Class in org.xmlresolver
-
Static methods for accessing resources.
- ResourceAccess() - Constructor for class org.xmlresolver.ResourceAccess
- ResourceRequest - Class in org.xmlresolver
-
A resource request.
- ResourceRequest(ResolverConfiguration) - Constructor for class org.xmlresolver.ResourceRequest
-
ResourceRequest constructor.
- ResourceRequest(ResolverConfiguration, String, String) - Constructor for class org.xmlresolver.ResourceRequest
-
ResourceRequest constructor.
- ResourceResponse - Class in org.xmlresolver
-
A
ResourceResponse
is the return type for either an attempt to lookup a resource in the catalog or to resolve a resource. - ResourceResponse(ResourceRequest) - Constructor for class org.xmlresolver.ResourceResponse
-
The simplest constructor for an unsuccessful request.
- ResourceResponse(ResourceRequest, boolean) - Constructor for class org.xmlresolver.ResourceResponse
-
This constructor is also for an unsuccessful request.
- ResourceResponse(ResourceRequest, URI) - Constructor for class org.xmlresolver.ResourceResponse
-
The constructor for a successful request (usually).
- RESPONSE - Static variable in class org.xmlresolver.logging.AbstractLogger
-
Responses describing how a request was resolved.
S
- SAXAdapter - Class in org.xmlresolver.adapters
-
This class implements the
EntityResolver
andEntityResolver2
APIs. - SAXAdapter(XMLResolver) - Constructor for class org.xmlresolver.adapters.SAXAdapter
- SAXPARSERFACTORY_CLASS - Static variable in class org.xmlresolver.ResolverFeature
-
Identify the SAXParserFactory class.
- SCHEMA_NATURE - Static variable in class org.xmlresolver.ResolverConstants
- 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.ResourceRequest
-
Set the base URI.
- setBaseURI(String) - Method in class org.xmlresolver.sources.ResolverLSInput
-
The LSInput API...
- setBaseURI(URI) - Method in class org.xmlresolver.ResourceRequest
-
Set the base URI.
- 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.ResourceRequest
-
Set the requested encoding.
- setEncoding(String) - Method in class org.xmlresolver.sources.ResolverLSInput
-
The LSInput API...
- setEntityName(String) - Method in class org.xmlresolver.ResourceRequest
-
Set the entity name.
- 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.
- setOpenStream(boolean) - Method in class org.xmlresolver.ResourceRequest
-
Return a readable stream?
- 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.ResourceRequest
-
Set the request public identifier.
- setPublicId(String) - Method in class org.xmlresolver.sources.ResolverLSInput
-
The LSInput API...
- setResolvingAsEntity(boolean) - Method in class org.xmlresolver.ResourceRequest
-
Specify whether resolution should be for entities or URIs.
- setStringData(String) - Method in class org.xmlresolver.sources.ResolverLSInput
-
The LSInput API...
- setSystemId(String) - Method in class org.xmlresolver.sources.ResolverLSInput
-
The LSInput API...
- setURI(String) - Method in class org.xmlresolver.ResourceRequest
-
Sets the URI (and system identifier) of the request.
- setURI(URI) - Method in class org.xmlresolver.ResourceRequest
-
Sets the URI (and system identifier) of the request.
- startElement(String, String, String, Attributes) - Method in class org.xmlresolver.tools.ResolvingXMLFilter
-
SAX ContentHandler API.
- 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
- TEXT_NATURE - Static variable in class org.xmlresolver.ResolverConstants
- THROW_URI_EXCEPTIONS - Static variable in class org.xmlresolver.ResolverFeature
-
Allows the resolver to throw exceptions for invalid URIs.
- toString() - Method in class org.xmlresolver.ResourceRequest
- 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_FOR_SYSTEM - Static variable in class org.xmlresolver.ResolverFeature
-
Determines whether
uri
catalog entries can be used to resolve external identifiers.
V
- ValidatingXmlLoader - Class in org.xmlresolver.loaders
-
A validating catalog loader.
- ValidatingXmlLoader(ResolverConfiguration) - Constructor for class org.xmlresolver.loaders.ValidatingXmlLoader
- VALIDATION_PURPOSE - Static variable in class org.xmlresolver.ResolverConstants
- version() - Static method in class org.xmlresolver.Resolver
-
Deprecated.
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
- XercesXniAdapter - Class in org.xmlresolver.adapters
-
This class implements the
XMLEntityResolver
API. - XercesXniAdapter(XMLResolver) - Constructor for class org.xmlresolver.adapters.XercesXniAdapter
- XLINK_NS - Static variable in class org.xmlresolver.ResolverConstants
-
The XML Namespace name of XLink, "http://www.w3.org/1999/xlink".
- XML_NATURE - Static variable in class org.xmlresolver.ResolverConstants
- 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.
- XMLResolver - Class in org.xmlresolver
-
The XML Resolver.
- XMLResolver() - Constructor for class org.xmlresolver.XMLResolver
-
Construct a new resolver with a default configuration.
- XMLResolver(ResolverConfiguration) - Constructor for class org.xmlresolver.XMLResolver
-
Construct a new resolver with the specified configuration.
- 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".
- XmlStreamAdapter - Class in org.xmlresolver.adapters
-
This class implements the
XMLResolver
API. - XmlStreamAdapter(XMLResolver) - Constructor for class org.xmlresolver.adapters.XmlStreamAdapter
All Classes All Packages