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

A

addDelegate(CatalogEntry) - Method in class org.apache.xml.resolver.Catalog
Add to the current list of delegated catalogs.
addEntry(CatalogEntry) - Method in class org.apache.xml.resolver.Catalog
Cleanup and process a Catalog entry.
addEntry(CatalogEntry) - Method in class org.apache.xml.resolver.Resolver
Cleanup and process a Catalog entry.
addEntryType(String, int) - Static method in class org.apache.xml.resolver.CatalogEntry
Adds a new catalog entry type.
addReader(String, CatalogReader) - Method in class org.apache.xml.resolver.Catalog
Add a new CatalogReader to the Catalog.
allowOasisXMLCatalogPI() - Method in class org.apache.xml.resolver.CatalogManager
Deprecated.
No longer static; use get/set methods.
args - Variable in class org.apache.xml.resolver.CatalogEntry
The arguments associated with this entry

B

BASE - Static variable in class org.apache.xml.resolver.Catalog
The BASE Catalog Entry type.
base - Variable in class org.apache.xml.resolver.Catalog
The base URI for relative system identifiers in the catalog.
baseURIStack - Variable in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
 
BootstrapResolver - Class in org.apache.xml.resolver.helpers
A simple bootstrapping resolver.
BootstrapResolver() - Constructor for class org.apache.xml.resolver.helpers.BootstrapResolver
Constructor.

C

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
Deprecated.
No longer static; use get/set methods.
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
Deprecated.
No longer static; use get/set methods.
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.

D

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.

E

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 method does nothing.
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
 
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
 

F

fatalError(SAXParseException) - Method in class org.apache.xml.resolver.apps.XParseError
SAX2 API
finalize() - Method in class org.apache.xml.resolver.readers.TextCatalogReader
The destructor.
fixSlashes(String) - Method in class org.apache.xml.resolver.Catalog
Replace backslashes with forward slashes.

G

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

I

ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
The SAX ignorableWhitespace method does nothing.
ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
The SAX ignorableWhitespace method.
ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.resolver.readers.SAXParserHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.resolver.readers.XCatalogReader
The SAX ignorableWhitespace method does nothing.
ignorableWhitespace(char[], int, int) - Method in class org.apache.xml.resolver.tools.ResolvingParser
Deprecated.
SAX DocumentHandler API.
ignoreMissingProperties(boolean) - Method in class org.apache.xml.resolver.CatalogManager
Deprecated.
No longer static; use get/set methods.
inExtensionNamespace() - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
Are we in an extension namespace?
INVALID_ENTRY - Static variable in exception org.apache.xml.resolver.CatalogException
An invalid entry
INVALID_ENTRY_TYPE - Static variable in exception org.apache.xml.resolver.CatalogException
An invalid entry type

L

LINKTYPE - Static variable in class org.apache.xml.resolver.Catalog
The LINKTYPE Catalog Entry type.
loadSystemCatalogs() - Method in class org.apache.xml.resolver.Catalog
Load the system catalog files.
localCatalogFiles - Variable in class org.apache.xml.resolver.Catalog
A vector of catalog files constructed during processing of CATALOG entries in the current catalog.
localDelegate - Variable in class org.apache.xml.resolver.Catalog
A vector of DELEGATE* Catalog entries constructed during processing of the Catalog.

M

main(String[]) - Static method in class org.apache.xml.resolver.apps.resolver
The main entry point
main(String[]) - Static method in class org.apache.xml.resolver.apps.xparse
Deprecated.
The main entry point
main(String[]) - Static method in class org.apache.xml.resolver.apps.xread
The main entry point
main(String[]) - Static method in class org.apache.xml.resolver.Version
Print the release version to the command line.
makeAbsolute(String) - Method in class org.apache.xml.resolver.Catalog
Construct an absolute URI from a relative one, using the current base URI.
message(int, String) - Method in class org.apache.xml.resolver.helpers.Debug
Print debug message (if the debug level is high enough).
message(int, String, String) - Method in class org.apache.xml.resolver.helpers.Debug
Print debug message (if the debug level is high enough).
message(int, String, String, String) - Method in class org.apache.xml.resolver.helpers.Debug
Print debug message (if the debug level is high enough).

N

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

O

OASISXMLCatalogReader - Class in org.apache.xml.resolver.readers
Parse OASIS Entity Resolution Technical Committee XML Catalog files.
OASISXMLCatalogReader() - Constructor for class org.apache.xml.resolver.readers.OASISXMLCatalogReader
 
org.apache.xml.resolver - package org.apache.xml.resolver
Apache XML Commons Resolver package.
org.apache.xml.resolver.apps - package org.apache.xml.resolver.apps
Apache XML Commons Resolver Applications package.
org.apache.xml.resolver.helpers - package org.apache.xml.resolver.helpers
Apache XML Commons Resolver Helpers package.
org.apache.xml.resolver.readers - package org.apache.xml.resolver.readers
Apache XML Commons Resolver Readers package.
org.apache.xml.resolver.tools - package org.apache.xml.resolver.tools
Apache XML Commons Resolver Tools package.
OVERRIDE - Static variable in class org.apache.xml.resolver.Catalog
The OVERRIDE Catalog Entry type.
overrideStack - Variable in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
 

P

parse(InputSource) - Method in class org.apache.xml.resolver.tools.ResolvingParser
Deprecated.
SAX Parser API.
parse(String) - Method in class org.apache.xml.resolver.tools.ResolvingParser
Deprecated.
SAX Parser API.
parse(InputSource) - Method in class org.apache.xml.resolver.tools.ResolvingXMLFilter
SAX XMLReader API.
parse(String) - Method in class org.apache.xml.resolver.tools.ResolvingXMLFilter
SAX XMLReader API.
PARSE_FAILED - Static variable in exception org.apache.xml.resolver.CatalogException
XML but parse failed
parseAllCatalogs() - Method in class org.apache.xml.resolver.Catalog
Parse all subordinate catalogs.
parseCatalog(String) - Method in class org.apache.xml.resolver.Catalog
Parse a catalog file, augmenting internal data structures.
parseCatalog(String, InputStream) - Method in class org.apache.xml.resolver.Catalog
Parse a catalog file, augmenting internal data structures.
parseCatalog(URL) - Method in class org.apache.xml.resolver.Catalog
Parse a catalog document, augmenting internal data structures.
parseCatalogEntry(Catalog, Node) - Method in interface org.apache.xml.resolver.readers.DOMCatalogParser
Parse a DOM node as a catalog entry.
parseCatalogFile(String) - Method in class org.apache.xml.resolver.Catalog
Parse a single catalog file, augmenting internal data structures.
parsePendingCatalogs() - Method in class org.apache.xml.resolver.Catalog
Parse all of the pending catalogs.
parserClass - Variable in class org.apache.xml.resolver.readers.SAXCatalogReader
The SAX Parser Class
parserFactory - Variable in class org.apache.xml.resolver.readers.SAXCatalogReader
The SAX Parser Factory
preferPublic() - Method in class org.apache.xml.resolver.CatalogManager
Deprecated.
No longer static; use get/set methods.
processingInstruction(String, String) - Method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
The SAX processingInstruction method does nothing.
processingInstruction(String, String) - Method in class org.apache.xml.resolver.readers.SAXCatalogReader
The SAX processingInstruction method.
processingInstruction(String, String) - Method in class org.apache.xml.resolver.readers.SAXParserHandler
 
processingInstruction(String, String) - Method in class org.apache.xml.resolver.readers.XCatalogReader
The SAX processingInstruction method does nothing.
processingInstruction(String, String) - Method in class org.apache.xml.resolver.tools.ResolvingParser
Deprecated.
SAX DocumentHandler API.
processingInstruction(String, String) - Method in class org.apache.xml.resolver.tools.ResolvingXMLFilter
SAX ContentHandler API.
PUBLIC - Static variable in class org.apache.xml.resolver.Catalog
The PUBLIC Catalog Entry type.
PublicId - Class in org.apache.xml.resolver.helpers
Static methods for dealing with public identifiers.
PublicId() - Constructor for class org.apache.xml.resolver.helpers.PublicId
 

Q

queryAllowOasisXMLCatalogPI() - Method in class org.apache.xml.resolver.CatalogManager
Obtain the oasisXMLCatalogPI setting from the properties.
queryCatalogClassName() - Method in class org.apache.xml.resolver.CatalogManager
Obtain the Catalog class name setting from the properties.
queryResolver(String, String, String, String) - Method in class org.apache.xml.resolver.Resolver
Query an external RFC2483 resolver.

R

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
Deprecated.
No longer static; use get/set methods.
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
Deprecated.
This interface has been replaced by the ResolvingXMLReader for SAX2.
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.

S

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.
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
 
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 method does nothing.
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
 
staticCatalog() - Method in class org.apache.xml.resolver.CatalogManager
Deprecated.
No longer static; use get/set methods.
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.
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.

T

TextCatalogReader - Class in org.apache.xml.resolver.readers
Parses plain text Catalog files.
TextCatalogReader() - Constructor for class org.apache.xml.resolver.readers.TextCatalogReader
Construct a CatalogReader object.
tokenStack - Variable in class org.apache.xml.resolver.readers.TextCatalogReader
Token stack.
top - Variable in class org.apache.xml.resolver.readers.TextCatalogReader
The current position on the lookahead stack
toString() - Method in exception org.apache.xml.resolver.CatalogException
Override toString to pick up any embedded exception.
TR9401CatalogReader - Class in org.apache.xml.resolver.readers
Parses OASIS Open Catalog files.
TR9401CatalogReader() - Constructor for class org.apache.xml.resolver.readers.TR9401CatalogReader
 
tr9401NamespaceName - Static variable in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
The namespace name of OASIS ERTC TR9401 catalog extension

U

UNKNOWN_FORMAT - Static variable in exception org.apache.xml.resolver.CatalogException
Unknown XML format
unknownEntry(Vector) - Method in class org.apache.xml.resolver.Catalog
Handle unknown CatalogEntry types.
UNPARSEABLE - Static variable in exception org.apache.xml.resolver.CatalogException
Unparseable XML catalog (not XML)
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.xml.resolver.tools.ResolvingParser
Deprecated.
SAX DTDHandler API.
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.xml.resolver.tools.ResolvingXMLFilter
SAX DTDHandler API.
URI - Static variable in class org.apache.xml.resolver.Catalog
The URI Catalog Entry type.
URISUFFIX - Static variable in class org.apache.xml.resolver.Resolver
The URISUFFIX Catalog Entry type.
usage() - Static method in class org.apache.xml.resolver.apps.resolver
 

V

validating - Variable in class org.apache.xml.resolver.tools.CatalogResolver
Make the parser validating?
validating - Static variable in class org.apache.xml.resolver.tools.ResolvingParser
Deprecated.
Make the parser validating?
verbosity() - Method in class org.apache.xml.resolver.CatalogManager
Deprecated.
No longer static; use get/set methods.
Version - Class in org.apache.xml.resolver
Administrative class to keep track of the version number of xml-commons external sources releases.
Version() - Constructor for class org.apache.xml.resolver.Version
 

W

warning(SAXParseException) - Method in class org.apache.xml.resolver.apps.XParseError
SAX2 API
WRAPPER - Static variable in exception org.apache.xml.resolver.CatalogException
A wrapper around another exception

X

XCatalogReader - Class in org.apache.xml.resolver.readers
Parse "xcatalog" XML Catalog files, this is the XML Catalog format developed by John Cowan and supported by Apache.
XCatalogReader(SAXParserFactory) - Constructor for class org.apache.xml.resolver.readers.XCatalogReader
The constructor
xmlCatalogPubId - Static variable in class org.apache.xml.resolver.helpers.BootstrapResolver
Public identifier for OASIS XML Catalog files.
xmlCatalogRNG - Static variable in class org.apache.xml.resolver.helpers.BootstrapResolver
URI of the RELAX NG Grammar for OASIS XML Catalog files.
xmlCatalogSysId - Static variable in class org.apache.xml.resolver.helpers.BootstrapResolver
System identifier for OASIS XML Catalog files.
xmlCatalogXSD - Static variable in class org.apache.xml.resolver.helpers.BootstrapResolver
URI of the W3C XML Schema for OASIS XML Catalog files.
xparse - Class in org.apache.xml.resolver.apps
Deprecated.
This interface has been replaced by the ResolvingXMLReader for SAX2.
xparse() - Constructor for class org.apache.xml.resolver.apps.xparse
Deprecated.
 
XParseError - Class in org.apache.xml.resolver.apps
An ErrorHandler for xparse.
XParseError(boolean, boolean) - Constructor for class org.apache.xml.resolver.apps.XParseError
Constructor
xread - Class in org.apache.xml.resolver.apps
A simple command-line XML parsing application.
xread() - Constructor for class org.apache.xml.resolver.apps.xread
 
A B C D E F G I L M N O P Q R S T U V W X 

Copyright ? 2001-2003 Apache Software Foundation. All Rights Reserved.