- caseSensitive - Variable in class org.apache.xml.resolver.readers.TextCatalogReader
-
Are keywords in the catalog case sensitive?
- Catalog - Class in org.apache.xml.resolver
-
Represents OASIS Open Catalog files.
- Catalog() - Constructor for class org.apache.xml.resolver.Catalog
-
Constructs an empty Catalog.
- Catalog(CatalogManager) - Constructor for class org.apache.xml.resolver.Catalog
-
Constructs an empty Catalog with a specific CatalogManager.
- CATALOG - Static variable in class org.apache.xml.resolver.Catalog
-
The CATALOG Catalog Entry type.
- catalog - Variable in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
The catalog object needs to be stored by the object so that
SAX callbacks can use it.
- catalog - Variable in class org.apache.xml.resolver.readers.XCatalogReader
-
The catalog object needs to be stored by the object so that
SAX callbacks can use it.
- catalogClassName() - Method in class org.apache.xml.resolver.CatalogManager
-
- catalogCwd - Variable in class org.apache.xml.resolver.Catalog
-
The base URI of the Catalog file currently being parsed.
- catalogEntries - Variable in class org.apache.xml.resolver.Catalog
-
The catalog entries currently known to the system.
- CatalogEntry - Class in org.apache.xml.resolver
-
Represents a Catalog entry.
- CatalogEntry() - Constructor for class org.apache.xml.resolver.CatalogEntry
-
Null constructor; something for subclasses to call.
- CatalogEntry(String, Vector) - Constructor for class org.apache.xml.resolver.CatalogEntry
-
Construct a catalog entry of the specified type.
- CatalogEntry(int, Vector) - Constructor for class org.apache.xml.resolver.CatalogEntry
-
Construct a catalog entry of the specified type.
- CatalogException - Exception in org.apache.xml.resolver
-
Signal Catalog exception.
- CatalogException(int, String) - Constructor for exception org.apache.xml.resolver.CatalogException
-
Create a new CatalogException.
- CatalogException(int) - Constructor for exception org.apache.xml.resolver.CatalogException
-
Create a new CatalogException.
- CatalogException(Exception) - Constructor for exception org.apache.xml.resolver.CatalogException
-
Create a new CatalogException wrapping an existing exception.
- CatalogException(String, Exception) - Constructor for exception org.apache.xml.resolver.CatalogException
-
Create a new CatalogException from an existing exception.
- catalogFiles - Variable in class org.apache.xml.resolver.Catalog
-
A vector of catalog files to be loaded.
- catalogFiles() - Method in class org.apache.xml.resolver.CatalogManager
-
- catalogManager - Variable in class org.apache.xml.resolver.Catalog
-
The catalog manager in use for this instance.
- CatalogManager - Class in org.apache.xml.resolver
-
CatalogManager provides an interface to the catalog properties.
- CatalogManager() - Constructor for class org.apache.xml.resolver.CatalogManager
-
Constructor.
- CatalogManager(String) - Constructor for class org.apache.xml.resolver.CatalogManager
-
Constructor that specifies an explicit property file.
- CatalogReader - Interface in org.apache.xml.resolver.readers
-
The CatalogReader interface.
- CatalogResolver - Class in org.apache.xml.resolver.tools
-
A SAX EntityResolver/JAXP URIResolver that uses catalogs.
- CatalogResolver() - Constructor for class org.apache.xml.resolver.tools.CatalogResolver
-
Constructor
- CatalogResolver(boolean) - Constructor for class org.apache.xml.resolver.tools.CatalogResolver
-
Constructor
- CatalogResolver(CatalogManager) - Constructor for class org.apache.xml.resolver.tools.CatalogResolver
-
Constructor
- catalogs - Variable in class org.apache.xml.resolver.Catalog
-
A vector of Catalogs.
- catfile - Variable in class org.apache.xml.resolver.readers.TextCatalogReader
-
The input stream used to read the catalog
- characters(char[], int, int) - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
The SAX characters
method does nothing.
- characters(char[], int, int) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
The SAX characters
method.
- characters(char[], int, int) - Method in class org.apache.xml.resolver.readers.SAXParserHandler
-
- characters(char[], int, int) - Method in class org.apache.xml.resolver.readers.XCatalogReader
-
The SAX characters
method does nothing.
- characters(char[], int, int) - Method in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
SAX DocumentHandler API.
- checkAttributes(Attributes, String) - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
- checkAttributes(Attributes, String, String) - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
- copyReaders(Catalog) - Method in class org.apache.xml.resolver.Catalog
-
Copies the reader list from the current Catalog to a new Catalog.
- debug - Variable in class org.apache.xml.resolver.CatalogManager
-
The manager's debug object.
- Debug - Class in org.apache.xml.resolver.helpers
-
Static debugging/messaging class for Catalogs.
- Debug() - Constructor for class org.apache.xml.resolver.helpers.Debug
-
Constructor
- debug - Variable in class org.apache.xml.resolver.helpers.Debug
-
The internal debug level.
- debug - Variable in class org.apache.xml.resolver.readers.SAXCatalogReader
-
The debug class to use for this reader.
- decodeURN(String) - Static method in class org.apache.xml.resolver.helpers.PublicId
-
Decode a "publicid" URN into a public identifier.
- default_override - Variable in class org.apache.xml.resolver.Catalog
-
The default initial override setting.
- DELEGATE_PUBLIC - Static variable in class org.apache.xml.resolver.Catalog
-
The DELEGATE_PUBLIC Catalog Entry type.
- DELEGATE_SYSTEM - Static variable in class org.apache.xml.resolver.Catalog
-
The DELEGATE_SYSTEM Catalog Entry type.
- DELEGATE_URI - Static variable in class org.apache.xml.resolver.Catalog
-
The DELEGATE_URI Catalog Entry type.
- DOCTYPE - Static variable in class org.apache.xml.resolver.Catalog
-
The DOCTYPE Catalog Entry type.
- DOCUMENT - Static variable in class org.apache.xml.resolver.Catalog
-
The DOCUMENT Catalog Entry type.
- DOMCatalogParser - Interface in org.apache.xml.resolver.readers
-
The DOMCatalogParser interface.
- DOMCatalogReader - Class in org.apache.xml.resolver.readers
-
A DOM-based CatalogReader.
- DOMCatalogReader() - Constructor for class org.apache.xml.resolver.readers.DOMCatalogReader
-
Null constructor; something for subclasses to call.
- DTDDECL - Static variable in class org.apache.xml.resolver.Catalog
-
The DTDDECL Catalog Entry type.
- encodedByte(int) - Method in class org.apache.xml.resolver.Catalog
-
Perform %-encoding on a single byte.
- encodeURN(String) - Static method in class org.apache.xml.resolver.helpers.PublicId
-
Encode a public identifier as a "publicid" URN.
- endDocument() - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
The SAX endDocument
method does nothing.
- endDocument() - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
The SAX endDocument
method.
- endDocument() - Method in class org.apache.xml.resolver.readers.SAXParserHandler
-
- endDocument() - Method in class org.apache.xml.resolver.readers.XCatalogReader
-
The SAX endDocument
method does nothing.
- endDocument() - Method in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
SAX DocumentHandler API.
- endElement(String, String, String) - Method in class org.apache.xml.resolver.readers.ExtendedXMLCatalogReader
-
The SAX endElement
method does nothing.
- endElement(String, String, String) - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
The SAX endElement
- endElement(String) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
The SAX endElement
method.
- endElement(String, String, String) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
The SAX2 endElement
method.
- endElement(String, String, String) - Method in class org.apache.xml.resolver.readers.SAXParserHandler
-
- endElement(String, String, String) - Method in class org.apache.xml.resolver.readers.XCatalogReader
-
The SAX endElement
method does nothing.
- endElement(String) - Method in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
SAX DocumentHandler API.
- endPrefixMapping(String) - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
The SAX endPrefixMapping
method does nothing.
- endPrefixMapping(String) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
The SAX endPrefixMapping
method.
- endPrefixMapping(String) - Method in class org.apache.xml.resolver.readers.SAXParserHandler
-
- endPrefixMapping(String) - Method in class org.apache.xml.resolver.readers.XCatalogReader
-
The SAX endPrefixMapping
method does nothing.
- ENTITY - Static variable in class org.apache.xml.resolver.Catalog
-
The ENTITY Catalog Entry type.
- entryArgs - Static variable in class org.apache.xml.resolver.CatalogEntry
-
The entryTypes vector maps catalog entry types to the
number of arguments they're required to have.
- entryType - Variable in class org.apache.xml.resolver.CatalogEntry
-
The entry type of this entry
- entryTypes - Static variable in class org.apache.xml.resolver.CatalogEntry
-
The entryTypes vector maps catalog entry names
(e.g., 'BASE' or 'SYSTEM') to their type (1, 2, etc.).
- error(SAXParseException) - Method in class org.apache.xml.resolver.apps.XParseError
-
SAX2 API
- extendedNamespaceName - Static variable in class org.apache.xml.resolver.readers.ExtendedXMLCatalogReader
-
The namespace name of extended catalog elements
- ExtendedXMLCatalogReader - Class in org.apache.xml.resolver.readers
-
Parse Extended OASIS Entity Resolution Technical Committee
XML Catalog files.
- ExtendedXMLCatalogReader() - Constructor for class org.apache.xml.resolver.readers.ExtendedXMLCatalogReader
-
- getAllowOasisXMLCatalogPI() - Method in class org.apache.xml.resolver.CatalogManager
-
Get the current XML Catalog PI setting.
- getBootstrapResolver() - Method in class org.apache.xml.resolver.CatalogManager
-
Get the bootstrap resolver.
- getCaseSensitive() - Method in class org.apache.xml.resolver.readers.TextCatalogReader
-
- getCatalog() - Method in class org.apache.xml.resolver.CatalogManager
-
Get a catalog instance.
- getCatalog() - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
Get the current catalog.
- getCatalog() - Method in class org.apache.xml.resolver.readers.XCatalogReader
-
Get the current catalog.
- getCatalog() - Method in class org.apache.xml.resolver.tools.CatalogResolver
-
Return the underlying catalog
- getCatalog() - Method in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
Return the Catalog being used.
- getCatalog() - Method in class org.apache.xml.resolver.tools.ResolvingXMLFilter
-
Provide accessto the underlying Catalog.
- getCatalogClassName() - Method in class org.apache.xml.resolver.CatalogManager
-
Get the current Catalog class name.
- getCatalogFiles() - Method in class org.apache.xml.resolver.CatalogManager
-
Return the current list of catalog files.
- getCatalogManager() - Method in class org.apache.xml.resolver.Catalog
-
Return the CatalogManager used by this catalog.
- getCatalogParser(String, String) - Method in class org.apache.xml.resolver.readers.DOMCatalogReader
-
Get the name of the parser class for a given catalog type.
- getCatalogParser(String, String) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
Get the SAXCatalogParser class for the given namespace/root
element type.
- getCurrentBase() - Method in class org.apache.xml.resolver.Catalog
-
Returns the current base URI.
- getDebug() - Method in class org.apache.xml.resolver.helpers.Debug
-
Get the current debug level.
- getDefaultOverride() - Method in class org.apache.xml.resolver.Catalog
-
Returns the default override setting associated with this
catalog.
- getEntryArg(int) - Method in class org.apache.xml.resolver.CatalogEntry
-
Get an entry argument.
- getEntryArgCount(String) - Static method in class org.apache.xml.resolver.CatalogEntry
-
Find out how many arguments an entry is required to have.
- getEntryArgCount(int) - Static method in class org.apache.xml.resolver.CatalogEntry
-
Find out how many arguments an entry is required to have.
- getEntryType(String) - Static method in class org.apache.xml.resolver.CatalogEntry
-
Lookup an entry type
- getEntryType() - Method in class org.apache.xml.resolver.CatalogEntry
-
Get the entry type.
- getErrorCount() - Method in class org.apache.xml.resolver.apps.XParseError
-
Return the error count
- getException() - Method in exception org.apache.xml.resolver.CatalogException
-
Return the embedded exception, if any.
- getExceptionType() - Method in exception org.apache.xml.resolver.CatalogException
-
Return the exception type
- getFatalCount() - Method in class org.apache.xml.resolver.apps.XParseError
-
Return the fatal error count
- getIgnoreMissingProperties() - Method in class org.apache.xml.resolver.CatalogManager
-
How are missing properties handled?
- getLocalName(Element) - Static method in class org.apache.xml.resolver.helpers.Namespaces
-
Returns the "localname" part of a QName, which is the whole
name if it has no prefix.
- getMaxMessages() - Method in class org.apache.xml.resolver.apps.XParseError
-
Return the number of messages to display
- getMessage() - Method in exception org.apache.xml.resolver.CatalogException
-
Return a detail message for this exception.
- getNamespaceURI(Node, String) - Static method in class org.apache.xml.resolver.helpers.Namespaces
-
Returns the namespace URI for the specified prefix at the
specified context node.
- getNamespaceURI(Element) - Static method in class org.apache.xml.resolver.helpers.Namespaces
-
Returns the namespace URI for the namespace to which the
element belongs.
- getParserClass() - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
Get the parser class currently in use.
- getParserFactory() - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
Get the parser factory currently in use.
- getPreferPublic() - Method in class org.apache.xml.resolver.CatalogManager
-
Return the current prefer public setting.
- getPrefix(Element) - Static method in class org.apache.xml.resolver.helpers.Namespaces
-
Returns the "prefix" part of a QName or the empty string (not
null) if the name has no prefix.
- getPrivateCatalog() - Method in class org.apache.xml.resolver.CatalogManager
-
Get a new catalog instance.
- getProduct() - Static method in class org.apache.xml.resolver.Version
-
Get just the product name.
- getRelativeCatalogs() - Method in class org.apache.xml.resolver.CatalogManager
-
Get the relativeCatalogs setting.
- getResolvedEntity(String, String) - Method in class org.apache.xml.resolver.tools.CatalogResolver
-
Implements the guts of the resolveEntity
method
for the SAX interface.
- getStaticManager() - Static method in class org.apache.xml.resolver.CatalogManager
-
Allow access to the static CatalogManager
- getUseStaticCatalog() - Method in class org.apache.xml.resolver.CatalogManager
-
Get the current use static catalog setting.
- getVerbosity() - Method in class org.apache.xml.resolver.CatalogManager
-
What is the current verbosity?
- getVersion() - Static method in class org.apache.xml.resolver.Version
-
Get the version string for xml-commons-resolver.
- getVersionNum() - Static method in class org.apache.xml.resolver.Version
-
Get just the version number v.r.
- getWarningCount() - Method in class org.apache.xml.resolver.apps.XParseError
-
Return the warning count
- namespaceAware - Variable in class org.apache.xml.resolver.tools.CatalogResolver
-
Make the parser Namespace aware?
- namespaceAware - Static variable in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
Make the parser Namespace aware?
- namespaceAware - Static variable in class org.apache.xml.resolver.tools.ResolvingXMLReader
-
Make the parser Namespace aware?
- namespaceMap - Variable in class org.apache.xml.resolver.readers.DOMCatalogReader
-
Mapping table from QNames to CatalogParser classes.
- namespaceMap - Variable in class org.apache.xml.resolver.readers.SAXCatalogReader
-
Mapping table from QNames to CatalogParser classes.
- namespaceName - Static variable in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
The namespace name of OASIS ERTC catalogs
- Namespaces - Class in org.apache.xml.resolver.helpers
-
Static Namespace query methods.
- Namespaces() - Constructor for class org.apache.xml.resolver.helpers.Namespaces
-
- namespaceStack - Variable in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
- newCatalog() - Method in class org.apache.xml.resolver.Catalog
-
Create a new Catalog object.
- nextChar() - Method in class org.apache.xml.resolver.readers.TextCatalogReader
-
Return the next logical character from the input stream.
- nextEntry - Static variable in class org.apache.xml.resolver.CatalogEntry
-
The nextEntry is the ordinal number of the next entry type.
- nextToken() - Method in class org.apache.xml.resolver.readers.TextCatalogReader
-
Return the next token in the catalog file.
- NO_XML_PARSER - Static variable in exception org.apache.xml.resolver.CatalogException
-
Could not instantiate an XML parser
- normalize(String) - Static method in class org.apache.xml.resolver.helpers.PublicId
-
Normalize a public identifier.
- normalizeURI(String) - Method in class org.apache.xml.resolver.Catalog
-
Perform character normalization on a URI reference.
- NOTATION - Static variable in class org.apache.xml.resolver.Catalog
-
The NOTATION Catalog Entry type.
- notationDecl(String, String, String) - Method in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
SAX DTDHandler API.
- notationDecl(String, String, String) - Method in class org.apache.xml.resolver.tools.ResolvingXMLFilter
-
SAX DTDHandler API.
- readCatalog(Catalog, String) - Method in interface org.apache.xml.resolver.readers.CatalogReader
-
Read a catalog from a file.
- readCatalog(Catalog, InputStream) - Method in interface org.apache.xml.resolver.readers.CatalogReader
-
Read a catalog from an input stream.
- readCatalog(Catalog, InputStream) - Method in class org.apache.xml.resolver.readers.DOMCatalogReader
-
Read a catalog from an input stream.
- readCatalog(Catalog, String) - Method in class org.apache.xml.resolver.readers.DOMCatalogReader
-
Read the catalog behind the specified URL.
- readCatalog(Catalog, String) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
Parse an XML Catalog file.
- readCatalog(Catalog, InputStream) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
Parse an XML Catalog stream.
- readCatalog(Catalog, String) - Method in class org.apache.xml.resolver.readers.TextCatalogReader
-
Start parsing a text catalog file.
- readCatalog(Catalog, InputStream) - Method in class org.apache.xml.resolver.readers.TextCatalogReader
-
- readCatalog(Catalog, InputStream) - Method in class org.apache.xml.resolver.readers.TR9401CatalogReader
-
Start parsing an OASIS TR9401 Open Catalog file.
- readerArr - Variable in class org.apache.xml.resolver.Catalog
-
A vector of CatalogReaders.
- readerMap - Variable in class org.apache.xml.resolver.Catalog
-
A hash of CatalogReaders.
- relativeCatalogs() - Method in class org.apache.xml.resolver.CatalogManager
-
- resolve(String, String) - Method in class org.apache.xml.resolver.helpers.BootstrapResolver
-
Transformer resolve API.
- resolve(String, String) - Method in class org.apache.xml.resolver.tools.CatalogResolver
-
JAXP URIResolver API
- resolveAllSystem(String) - Method in class org.apache.xml.resolver.Resolver
-
Return the applicable SYSTEM system identifiers.
- resolveAllSystemReverse(String) - Method in class org.apache.xml.resolver.Resolver
-
Find the URNs for a given system identifier in all catalogs.
- resolveDoctype(String, String, String) - Method in class org.apache.xml.resolver.Catalog
-
Return the applicable DOCTYPE system identifier.
- resolveDocument() - Method in class org.apache.xml.resolver.Catalog
-
Return the applicable DOCUMENT entry.
- resolveEntity(String, String, String) - Method in class org.apache.xml.resolver.Catalog
-
Return the applicable ENTITY system identifier.
- resolveEntity(String, String) - Method in class org.apache.xml.resolver.helpers.BootstrapResolver
-
SAX resolveEntity API.
- resolveEntity(String, String) - Method in class org.apache.xml.resolver.readers.SAXParserHandler
-
- resolveEntity(String, String) - Method in class org.apache.xml.resolver.tools.CatalogResolver
-
Implements the resolveEntity
method
for the SAX interface.
- resolveEntity(String, String) - Method in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
Implements the resolveEntity
method
for the SAX interface, using an underlying CatalogResolver
to do the real work.
- resolveEntity(String, String) - Method in class org.apache.xml.resolver.tools.ResolvingXMLFilter
-
Implements the resolveEntity
method
for the SAX interface, using an underlying CatalogResolver
to do the real work.
- resolveExternalPublic(String, String) - Method in class org.apache.xml.resolver.Resolver
-
Query an external RFC2483 resolver for a public identifier.
- resolveExternalSystem(String, String) - Method in class org.apache.xml.resolver.Resolver
-
Query an external RFC2483 resolver for a system identifier.
- resolveLocalPublic(int, String, String, String) - Method in class org.apache.xml.resolver.Catalog
-
Return the applicable PUBLIC or SYSTEM identifier.
- resolveLocalSystem(String) - Method in class org.apache.xml.resolver.Catalog
-
Return the applicable SYSTEM system identifier in this
catalog.
- resolveLocalURI(String) - Method in class org.apache.xml.resolver.Catalog
-
Return the applicable URI in this catalog.
- resolveNotation(String, String, String) - Method in class org.apache.xml.resolver.Catalog
-
Return the applicable NOTATION system identifier.
- resolvePublic(String, String) - Method in class org.apache.xml.resolver.Catalog
-
Return the applicable PUBLIC or SYSTEM identifier.
- resolvePublic(String, String) - Method in class org.apache.xml.resolver.Resolver
-
Return the applicable PUBLIC or SYSTEM identifier, resorting
to external resolvers if necessary.
- resolver - Class in org.apache.xml.resolver.apps
-
A simple command-line resolver.
- resolver() - Constructor for class org.apache.xml.resolver.apps.resolver
-
- Resolver - Class in org.apache.xml.resolver
-
An extension to OASIS Open Catalog files, this class supports
suffix-based matching and an external RFC2483 resolver.
- Resolver() - Constructor for class org.apache.xml.resolver.Resolver
-
- RESOLVER - Static variable in class org.apache.xml.resolver.Resolver
-
The RESOLVER Catalog Entry type.
- resolveSubordinateCatalogs(int, String, String, String) - Method in class org.apache.xml.resolver.Catalog
-
Search the subordinate catalogs, in order, looking for a match.
- resolveSystem(String) - Method in class org.apache.xml.resolver.Catalog
-
Return the applicable SYSTEM system identifier.
- resolveSystem(String) - Method in class org.apache.xml.resolver.Resolver
-
Return the applicable SYSTEM system identifier, resorting
to external RESOLVERs if necessary.
- resolveSystemReverse(String) - Method in class org.apache.xml.resolver.Resolver
-
Find the URN for a given system identifier.
- resolveURI(String) - Method in class org.apache.xml.resolver.Catalog
-
Return the applicable URI.
- resolveURI(String) - Method in class org.apache.xml.resolver.Resolver
-
Return the applicable URI.
- ResolvingParser - Class in org.apache.xml.resolver.tools
-
- ResolvingParser() - Constructor for class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
Constructor.
- ResolvingParser(CatalogManager) - Constructor for class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
Constructor.
- ResolvingXMLFilter - Class in org.apache.xml.resolver.tools
-
A SAX XMLFilter that performs catalog-based entity resolution.
- ResolvingXMLFilter() - Constructor for class org.apache.xml.resolver.tools.ResolvingXMLFilter
-
Construct an empty XML Filter with no parent.
- ResolvingXMLFilter(XMLReader) - Constructor for class org.apache.xml.resolver.tools.ResolvingXMLFilter
-
Construct an XML filter with the specified parent.
- ResolvingXMLFilter(CatalogManager) - Constructor for class org.apache.xml.resolver.tools.ResolvingXMLFilter
-
Construct an XML filter with the specified parent.
- ResolvingXMLFilter(XMLReader, CatalogManager) - Constructor for class org.apache.xml.resolver.tools.ResolvingXMLFilter
-
Construct an XML filter with the specified parent.
- ResolvingXMLReader - Class in org.apache.xml.resolver.tools
-
A SAX XMLReader that performs catalog-based entity resolution.
- ResolvingXMLReader() - Constructor for class org.apache.xml.resolver.tools.ResolvingXMLReader
-
Construct a new reader from the JAXP factory.
- ResolvingXMLReader(CatalogManager) - Constructor for class org.apache.xml.resolver.tools.ResolvingXMLReader
-
Construct a new reader from the JAXP factory.
- REWRITE_SYSTEM - Static variable in class org.apache.xml.resolver.Catalog
-
The REWRITE_SYSTEM Catalog Entry type.
- REWRITE_URI - Static variable in class org.apache.xml.resolver.Catalog
-
The REWRITE_URI Catalog Entry type.
- SAXCatalogParser - Interface in org.apache.xml.resolver.readers
-
The SAXCatalogParser interface.
- SAXCatalogReader - Class in org.apache.xml.resolver.readers
-
A SAX-based CatalogReader.
- SAXCatalogReader() - Constructor for class org.apache.xml.resolver.readers.SAXCatalogReader
-
The constructor
- SAXCatalogReader(SAXParserFactory) - Constructor for class org.apache.xml.resolver.readers.SAXCatalogReader
-
The constructor
- SAXCatalogReader(String) - Constructor for class org.apache.xml.resolver.readers.SAXCatalogReader
-
The constructor
- SAXParserHandler - Class in org.apache.xml.resolver.readers
-
An entity-resolving DefaultHandler.
- SAXParserHandler() - Constructor for class org.apache.xml.resolver.readers.SAXParserHandler
-
- setAllowOasisXMLCatalogPI(boolean) - Method in class org.apache.xml.resolver.CatalogManager
-
Set the XML Catalog PI setting
- setBootstrapResolver(BootstrapResolver) - Method in class org.apache.xml.resolver.CatalogManager
-
Set the bootstrap resolver.
- setCaseSensitive(boolean) - Method in class org.apache.xml.resolver.readers.TextCatalogReader
-
- setCatalog(Catalog) - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
Set the current catalog.
- setCatalog(Catalog) - Method in interface org.apache.xml.resolver.readers.SAXCatalogParser
-
Set the Catalog for which parsing is being performed.
- setCatalog(Catalog) - Method in class org.apache.xml.resolver.readers.XCatalogReader
-
Set the current catalog.
- setCatalogClassName(String) - Method in class org.apache.xml.resolver.CatalogManager
-
Set the Catalog class name.
- setCatalogFiles(String) - Method in class org.apache.xml.resolver.CatalogManager
-
Set the list of catalog files.
- setCatalogManager(CatalogManager) - Method in class org.apache.xml.resolver.Catalog
-
Establish the CatalogManager used by this catalog.
- setCatalogParser(String, String, String) - Method in class org.apache.xml.resolver.readers.DOMCatalogReader
-
Add a new parser to the reader.
- setCatalogParser(String, String, String) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
Set the SAXCatalogParser class for the given namespace/root
element type.
- setClassLoader(ClassLoader) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
Set the class loader to use when loading class by reflection.
- setContentHandler(ContentHandler) - Method in class org.apache.xml.resolver.readers.SAXParserHandler
-
- setDebug(int) - Method in class org.apache.xml.resolver.helpers.Debug
-
Set the debug level for future messages.
- setDocumentHandler(DocumentHandler) - Method in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
SAX Parser API.
- setDocumentLocator(Locator) - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
The SAX setDocumentLocator
method does nothing.
- setDocumentLocator(Locator) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
The SAX setDocumentLocator
method.
- setDocumentLocator(Locator) - Method in class org.apache.xml.resolver.readers.SAXParserHandler
-
- setDocumentLocator(Locator) - Method in class org.apache.xml.resolver.readers.XCatalogReader
-
The SAX setDocumentLocator
method does nothing.
- setDocumentLocator(Locator) - Method in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
SAX DocumentHandler API.
- setDTDHandler(DTDHandler) - Method in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
SAX Parser API.
- setEntityResolver(EntityResolver) - Method in class org.apache.xml.resolver.readers.SAXParserHandler
-
- setEntityResolver(EntityResolver) - Method in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
SAX Parser API.
- setEntryArg(int, String) - Method in class org.apache.xml.resolver.CatalogEntry
-
Set an entry argument.
- setErrorHandler(ErrorHandler) - Method in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
SAX Parser API.
- setIgnoreMissingProperties(boolean) - Method in class org.apache.xml.resolver.CatalogManager
-
How should missing properties be handled?
- setLocale(Locale) - Method in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
SAX Parser API.
- setMaxMessages(int) - Method in class org.apache.xml.resolver.apps.XParseError
-
Set the number of messages to display
- setParserClass(String) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
Set the XML SAX Parser Class
- setParserFactory(SAXParserFactory) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
Set the XML SAX Parser Factory.
- setPreferPublic(boolean) - Method in class org.apache.xml.resolver.CatalogManager
-
Set the prefer public setting.
- setRelativeCatalogs(boolean) - Method in class org.apache.xml.resolver.CatalogManager
-
Set the relativeCatalogs setting.
- setupReaders() - Method in class org.apache.xml.resolver.Catalog
-
Setup readers.
- setupReaders() - Method in class org.apache.xml.resolver.Resolver
-
Setup readers.
- setUseStaticCatalog(boolean) - Method in class org.apache.xml.resolver.CatalogManager
-
Set the use static catalog setting.
- setVerbosity(int) - Method in class org.apache.xml.resolver.CatalogManager
-
Set the current verbosity.
- SGMLDECL - Static variable in class org.apache.xml.resolver.Catalog
-
The SGMLDECL Catalog Entry type.
- skippedEntity(String) - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
The SAX skippedEntity
method does nothing.
- skippedEntity(String) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
The SAX skippedentity
method.
- skippedEntity(String) - Method in class org.apache.xml.resolver.readers.SAXParserHandler
-
- skippedEntity(String) - Method in class org.apache.xml.resolver.readers.XCatalogReader
-
The SAX skippedEntity
method does nothing.
- stack - Variable in class org.apache.xml.resolver.readers.TextCatalogReader
-
Character lookahead stack.
- startDocument() - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
The SAX startDocument
- startDocument() - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
The SAX startDocument
method.
- startDocument() - Method in class org.apache.xml.resolver.readers.SAXParserHandler
-
- startDocument() - Method in class org.apache.xml.resolver.readers.XCatalogReader
-
The SAX startDocument
method does nothing.
- startDocument() - Method in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
SAX DocumentHandler API.
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.resolver.readers.ExtendedXMLCatalogReader
-
The SAX startElement
method recognizes elements
from the plain catalog format and instantiates CatalogEntry
objects for them.
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
The SAX startElement
method recognizes elements
from the plain catalog format and instantiates CatalogEntry
objects for them.
- startElement(String, AttributeList) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
The SAX startElement
method.
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
The SAX2 startElement
method.
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.resolver.readers.SAXParserHandler
-
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.resolver.readers.XCatalogReader
-
The SAX startElement
method recognizes elements
from the plain catalog format and instantiates CatalogEntry
objects for them.
- startElement(String, AttributeList) - Method in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
SAX DocumentHandler API.
- startElement(String, String, String, Attributes) - Method in class org.apache.xml.resolver.tools.ResolvingXMLFilter
-
SAX ContentHandler API.
- startPrefixMapping(String, String) - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
-
The SAX startPrefixMapping
method does nothing.
- startPrefixMapping(String, String) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
-
The SAX startPrefixMapping
method.
- startPrefixMapping(String, String) - Method in class org.apache.xml.resolver.readers.SAXParserHandler
-
- startPrefixMapping(String, String) - Method in class org.apache.xml.resolver.readers.XCatalogReader
-
The SAX startPrefixMapping
method does nothing.
- staticCatalog() - Method in class org.apache.xml.resolver.CatalogManager
-
- suppressExplanation - Static variable in class org.apache.xml.resolver.tools.ResolvingParser
-
Deprecated.
Suppress explanatory message?
- suppressExplanation - Static variable in class org.apache.xml.resolver.tools.ResolvingXMLFilter
-
Suppress explanatory message?
- SYSTEM - Static variable in class org.apache.xml.resolver.Catalog
-
The SYSTEM Catalog Entry type.
- SYSTEM_SUFFIX - Static variable in class org.apache.xml.resolver.Catalog
-
The SYSTEM_SUFFIX Catalog Entry type.
- SYSTEMREVERSE - Static variable in class org.apache.xml.resolver.Resolver
-
The SYSTEMREVERSE Catalog Entry type.
- SYSTEMSUFFIX - Static variable in class org.apache.xml.resolver.Resolver
-
The SYSTEMSUFFIX Catalog Entry type.