Alphabetical Index

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

A

addDelegate(org.apache.xml.resolver.CatalogEntry) - method in class org.apache.xml.resolver.Catalog
Add to the current list of delegated catalogs.
addEntry(org.apache.xml.resolver.CatalogEntry) - method in class org.apache.xml.resolver.Catalog
Cleanup and process a Catalog entry.
addEntry(org.apache.xml.resolver.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.
Add a new CatalogReader to the Catalog.
allowOasisXMLCatalogPI() - method in class org.apache.xml.resolver.CatalogManager
Get the current XML Catalog PI setting.
args - field in class org.apache.xml.resolver.CatalogEntry
The arguments associated with this entry

B

base - field in class org.apache.xml.resolver.Catalog
The base URI for relative system identifiers in the catalog.
baseURIStack - field in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
BootstrapResolver - class org.apache.xml.resolver.helpers.BootstrapResolver
A simple bootstrapping resolver.
BootstrapResolver() - constructor for class org.apache.xml.resolver.helpers.BootstrapResolver
Constructor.

C

caseSensitive - field in class org.apache.xml.resolver.readers.TextCatalogReader
Are keywords in the catalog case sensitive?
CATALOG - static field in class org.apache.xml.resolver.Catalog
The CATALOG Catalog Entry type.
catalog - field 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 - class org.apache.xml.resolver.Catalog
Represents OASIS Open Catalog files.
catalog - field 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.
Catalog() - constructor for class org.apache.xml.resolver.Catalog
Constructs an empty Catalog.
Catalog(org.apache.xml.resolver.CatalogManager) - constructor for class org.apache.xml.resolver.Catalog
Constructs an empty Catalog with a specific CatalogManager.
catalogClassName() - method in class org.apache.xml.resolver.CatalogManager
Get the current Catalog class name.
catalogCwd - field in class org.apache.xml.resolver.Catalog
The base URI of the Catalog file currently being parsed.
catalogEntries - field in class org.apache.xml.resolver.Catalog
The catalog entries currently known to the system.
CatalogEntry - class org.apache.xml.resolver.CatalogEntry
Represents a Catalog entry.
CatalogEntry() - constructor for class org.apache.xml.resolver.CatalogEntry
Null constructor; something for subclasses to call.
CatalogEntry(int,Vector) - constructor for class org.apache.xml.resolver.CatalogEntry
Construct a catalog entry of the specified type.
CatalogEntry(String,Vector) - constructor for class org.apache.xml.resolver.CatalogEntry
Construct a catalog entry of the specified type.
CatalogException - class org.apache.xml.resolver.CatalogException
Signal Catalog exception.
CatalogException(Exception) - constructor for class org.apache.xml.resolver.CatalogException
Create a new CatalogException wrapping an existing exception.
CatalogException(int) - constructor for class org.apache.xml.resolver.CatalogException
Create a new CatalogException.
CatalogException(int,String) - constructor for class org.apache.xml.resolver.CatalogException
Create a new CatalogException.
CatalogException(String,Exception) - constructor for class org.apache.xml.resolver.CatalogException
Create a new CatalogException from an existing exception.
catalogFiles - field in class org.apache.xml.resolver.Catalog
A vector of catalog files to be loaded.
catalogFiles() - method in class org.apache.xml.resolver.CatalogManager
Return the current list of catalog files.
catalogManager - field in class org.apache.xml.resolver.Catalog
The catalog manager in use for this instance.
CatalogManager - class org.apache.xml.resolver.CatalogManager
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 org.apache.xml.resolver.readers.CatalogReader
The CatalogReader interface.
CatalogResolver - class org.apache.xml.resolver.tools.CatalogResolver
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(org.apache.xml.resolver.CatalogManager) - constructor for class org.apache.xml.resolver.tools.CatalogResolver
Constructor
catalogs - field in class org.apache.xml.resolver.Catalog
A vector of Catalogs.
catfile - field in class org.apache.xml.resolver.readers.TextCatalogReader
The input stream used to read the catalog
characters(ch[],int,int) - method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
The SAX characters method does nothing.
characters(ch[],int,int) - method in class org.apache.xml.resolver.readers.SAXCatalogReader
The SAX characters method.
characters(ch[],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
SAX DocumentHandler API.
characters(char[],int,int) - method in class org.apache.xml.resolver.readers.SAXParserHandler
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(org.apache.xml.resolver.Catalog) - method in class org.apache.xml.resolver.Catalog
Copies the reader list from the current Catalog to a new Catalog.

D

debug - field in class org.apache.xml.resolver.CatalogManager
The manager's debug object.
debug - field in class org.apache.xml.resolver.helpers.Debug
The internal debug level.
Debug - class org.apache.xml.resolver.helpers.Debug
Static debugging/messaging class for Catalogs.
debug - field in class org.apache.xml.resolver.readers.SAXCatalogReader
The debug class to use for this reader.
Debug() - constructor for class org.apache.xml.resolver.helpers.Debug
Constructor
decodeURN(String) - static method in class org.apache.xml.resolver.helpers.PublicId
Decode a "publicid" URN into a public identifier.
default_override - field in class org.apache.xml.resolver.Catalog
The default initial override setting.
DELEGATE_PUBLIC - static field in class org.apache.xml.resolver.Catalog
The DELEGATE_PUBLIC Catalog Entry type.
DELEGATE_SYSTEM - static field in class org.apache.xml.resolver.Catalog
The DELEGATE_SYSTEM Catalog Entry type.
DELEGATE_URI - static field in class org.apache.xml.resolver.Catalog
The DELEGATE_URI Catalog Entry type.
DOCTYPE - static field in class org.apache.xml.resolver.Catalog
The DOCTYPE Catalog Entry type.
DOCUMENT - static field in class org.apache.xml.resolver.Catalog
The DOCUMENT Catalog Entry type.
DOMCatalogParser - interface org.apache.xml.resolver.readers.DOMCatalogParser
The DOMCatalogParser interface.
DOMCatalogReader - class org.apache.xml.resolver.readers.DOMCatalogReader
A DOM-based CatalogReader.
DOMCatalogReader() - constructor for class org.apache.xml.resolver.readers.DOMCatalogReader
Null constructor; something for subclasses to call.
DTDDECL - static field 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.tools.ResolvingParser
SAX DocumentHandler API.
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.
endElement(String) - method in class org.apache.xml.resolver.tools.ResolvingParser
SAX DocumentHandler API.
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.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,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.
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 field in class org.apache.xml.resolver.Catalog
The ENTITY Catalog Entry type.
entryArgs - static field 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 - field in class org.apache.xml.resolver.CatalogEntry
The entry type of this entry
entryTypes - static field 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 field in class org.apache.xml.resolver.readers.ExtendedXMLCatalogReader
The namespace name of extended catalog elements
ExtendedXMLCatalogReader - class org.apache.xml.resolver.readers.ExtendedXMLCatalogReader
Parse Extended OASIS Entity Resolution Technical Committee XML Catalog files.

F

fatalError(SAXParseException) - method in class org.apache.xml.resolver.apps.XParseError
SAX2 API
FileURL - class org.apache.xml.resolver.helpers.FileURL
Static method for dealing with file: URLs.
FileURL() - constructor for class org.apache.xml.resolver.helpers.FileURL
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.tools.CatalogResolver
Return the underlying catalog
getCatalog() - method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
Get the current catalog.
getCatalog() - method in class org.apache.xml.resolver.tools.ResolvingParser
Return the Catalog being used.
getCatalog() - method in class org.apache.xml.resolver.tools.ResolvingXMLFilter
Provide accessto the underlying Catalog.
getCatalog() - method in class org.apache.xml.resolver.readers.XCatalogReader
Get the current 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(int) - static method in class org.apache.xml.resolver.CatalogEntry
Find out how many arguments an entry is required to have.
getEntryArgCount(String) - static method in class org.apache.xml.resolver.CatalogEntry
Find out how many arguments an entry is required to have.
getEntryType() - method in class org.apache.xml.resolver.CatalogEntry
Get the entry type.
getEntryType(String) - static method in class org.apache.xml.resolver.CatalogEntry
Lookup an entry type
getErrorCount() - method in class org.apache.xml.resolver.apps.XParseError
Return the error count
getException() - method in class org.apache.xml.resolver.CatalogException
Return the embedded exception, if any.
getExceptionType() - method in class 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?

If true, missing or unreadable property files will not be reported.

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 class org.apache.xml.resolver.CatalogException
Return a detail message for this exception.
getNamespaceURI(Element) - static method in class org.apache.xml.resolver.helpers.Namespaces
Returns the namespace URI for the namespace to which the element belongs.
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.
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(ch[],int,int) - method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
The SAX ignorableWhitespace method does nothing.
ignorableWhitespace(ch[],int,int) - method in class org.apache.xml.resolver.readers.SAXCatalogReader
The SAX ignorableWhitespace method.
ignorableWhitespace(ch[],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
SAX DocumentHandler API.
ignorableWhitespace(char[],int,int) - method in class org.apache.xml.resolver.readers.SAXParserHandler
ignoreMissingProperties(boolean) - method in class org.apache.xml.resolver.CatalogManager
How are missing properties handled?

If ignore is true, missing or unreadable property files will not be reported.

inExtensionNamespace() - method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
Are we in an extension namespace?
INVALID_ENTRY - static field in class org.apache.xml.resolver.CatalogException
An invalid entry
INVALID_ENTRY_TYPE - static field in class org.apache.xml.resolver.CatalogException
An invalid entry type

L

LINKTYPE - static field 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 - field in class org.apache.xml.resolver.Catalog
A vector of catalog files constructed during processing of CATALOG entries in the current catalog.
localDelegate - field in class org.apache.xml.resolver.Catalog
A vector of DELEGATE* Catalog entries constructed during processing of the Catalog.

M

main(argv[]) - static method in class org.apache.xml.resolver.Version
Print the release version to the command line.
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
The main entry point
main(String[]) - static method in class org.apache.xml.resolver.apps.xread
The main entry point
makeAbsolute(String) - method in class org.apache.xml.resolver.Catalog
Construct an absolute URI from a relative one, using the current base URI.
makeURL(String) - static method in class org.apache.xml.resolver.helpers.FileURL
Construct a file: URL for a path name.
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 - field in class org.apache.xml.resolver.tools.CatalogResolver
Make the parser Namespace aware?
namespaceAware - static field in class org.apache.xml.resolver.tools.ResolvingParser
Make the parser Namespace aware?
namespaceAware - static field in class org.apache.xml.resolver.tools.ResolvingXMLReader
Make the parser Namespace aware?
namespaceMap - field in class org.apache.xml.resolver.readers.DOMCatalogReader
Mapping table from QNames to CatalogParser classes.
namespaceMap - field in class org.apache.xml.resolver.readers.SAXCatalogReader
Mapping table from QNames to CatalogParser classes.
namespaceName - static field in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
The namespace name of OASIS ERTC catalogs
Namespaces - class org.apache.xml.resolver.helpers.Namespaces
Static Namespace query methods.
namespaceStack - field 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 field 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 field in class 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 field 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
SAX DTDHandler API.
notationDecl(String,String,String) - method in class org.apache.xml.resolver.tools.ResolvingXMLFilter
SAX DTDHandler API.

O

OASISXMLCatalogReader - class org.apache.xml.resolver.readers.OASISXMLCatalogReader
Parse OASIS Entity Resolution Technical Committee XML Catalog files.
Apache XML Commons Resolver package.
Apache XML Commons Resolver Applications package.
Apache XML Commons Resolver Helpers package.
Apache XML Commons Resolver Readers package.
Apache XML Commons Resolver Tools package.
OVERRIDE - static field in class org.apache.xml.resolver.Catalog
The OVERRIDE Catalog Entry type.
overrideStack - field in class org.apache.xml.resolver.readers.OASISXMLCatalogReader

P

parse(InputSource) - method in class org.apache.xml.resolver.tools.ResolvingParser
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.ResolvingParser
SAX Parser API.
parse(String) - method in class org.apache.xml.resolver.tools.ResolvingXMLFilter
SAX XMLReader API.
PARSE_FAILED - static field in class 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(org.apache.xml.resolver.Catalog,Node) - method in class 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 - field in class org.apache.xml.resolver.readers.SAXCatalogReader
The SAX Parser Class
parserFactory - field in class org.apache.xml.resolver.readers.SAXCatalogReader
The SAX Parser Factory
preferPublic() - method in class org.apache.xml.resolver.CatalogManager
Return the current prefer public setting.
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.tools.ResolvingParser
SAX DocumentHandler API.
processingInstruction(String,String) - method in class org.apache.xml.resolver.tools.ResolvingXMLFilter
SAX ContentHandler API.
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.
PUBLIC - static field in class org.apache.xml.resolver.Catalog
The PUBLIC Catalog Entry type.
PublicId - class org.apache.xml.resolver.helpers.PublicId
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(org.apache.xml.resolver.Catalog,InputStream) - method in class org.apache.xml.resolver.readers.CatalogReader
Read a catalog from an input stream.
readCatalog(org.apache.xml.resolver.Catalog,InputStream) - method in class org.apache.xml.resolver.readers.DOMCatalogReader
Read a catalog from an input stream.
readCatalog(org.apache.xml.resolver.Catalog,InputStream) - method in class org.apache.xml.resolver.readers.SAXCatalogReader
Parse an XML Catalog stream.
readCatalog(org.apache.xml.resolver.Catalog,InputStream) - method in class org.apache.xml.resolver.readers.TextCatalogReader
Read a catalog from an input stream.
readCatalog(org.apache.xml.resolver.Catalog,InputStream) - method in class org.apache.xml.resolver.readers.TR9401CatalogReader
Start parsing an OASIS TR9401 Open Catalog file.
readCatalog(org.apache.xml.resolver.Catalog,String) - method in class org.apache.xml.resolver.readers.CatalogReader
Read a catalog from a file.
readCatalog(org.apache.xml.resolver.Catalog,String) - method in class org.apache.xml.resolver.readers.DOMCatalogReader
Read the catalog behind the specified URL.
readCatalog(org.apache.xml.resolver.Catalog,String) - method in class org.apache.xml.resolver.readers.SAXCatalogReader
Parse an XML Catalog file.
readCatalog(org.apache.xml.resolver.Catalog,String) - method in class org.apache.xml.resolver.readers.TextCatalogReader
Start parsing a text catalog file.
readerArr - field in class org.apache.xml.resolver.Catalog
A vector of CatalogReaders.
readerMap - field in class org.apache.xml.resolver.Catalog
A hash of CatalogReaders.
relativeCatalogs() - method in class org.apache.xml.resolver.CatalogManager
Get the relativeCatalogs setting.
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) - method in class org.apache.xml.resolver.helpers.BootstrapResolver
SAX resolveEntity API.
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
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.
resolveEntity(String,String) - method in class org.apache.xml.resolver.readers.SAXParserHandler
resolveEntity(String,String,String) - method in class org.apache.xml.resolver.Catalog
Return the applicable ENTITY system identifier.
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 org.apache.xml.resolver.Resolver
An extension to OASIS Open Catalog files, this class supports suffix-based matching and an external RFC2483 resolver.
resolver - class org.apache.xml.resolver.apps.resolver
A simple command-line resolver.
RESOLVER - static field 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 org.apache.xml.resolver.tools.ResolvingParser
A SAX Parser that performs catalog-based entity resolution.
ResolvingParser() - constructor for class org.apache.xml.resolver.tools.ResolvingParser
Constructor.
ResolvingParser(org.apache.xml.resolver.CatalogManager) - constructor for class org.apache.xml.resolver.tools.ResolvingParser
Constructor.
ResolvingXMLFilter - class org.apache.xml.resolver.tools.ResolvingXMLFilter
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(org.apache.xml.resolver.CatalogManager) - constructor for class org.apache.xml.resolver.tools.ResolvingXMLFilter
Construct an XML filter with the specified parent.
ResolvingXMLFilter(XMLReader) - constructor for class org.apache.xml.resolver.tools.ResolvingXMLFilter
Construct an XML filter with the specified parent.
Construct an XML filter with the specified parent.
ResolvingXMLReader - class org.apache.xml.resolver.tools.ResolvingXMLReader
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(org.apache.xml.resolver.CatalogManager) - constructor for class org.apache.xml.resolver.tools.ResolvingXMLReader
Construct a new reader from the JAXP factory.
REWRITE_SYSTEM - static field in class org.apache.xml.resolver.Catalog
The REWRITE_SYSTEM Catalog Entry type.
REWRITE_URI - static field in class org.apache.xml.resolver.Catalog
The REWRITE_URI Catalog Entry type.

S

SAXCatalogParser - interface org.apache.xml.resolver.readers.SAXCatalogParser
The SAXCatalogParser interface.
SAXCatalogReader - class org.apache.xml.resolver.readers.SAXCatalogReader
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 org.apache.xml.resolver.readers.SAXParserHandler
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
Set the bootstrap resolver.
setCaseSensitive(boolean) - method in class org.apache.xml.resolver.readers.TextCatalogReader
setCatalog(org.apache.xml.resolver.Catalog) - method in class org.apache.xml.resolver.readers.OASISXMLCatalogReader
Set the current catalog.
setCatalog(org.apache.xml.resolver.Catalog) - method in class org.apache.xml.resolver.readers.SAXCatalogParser
Set the Catalog for which parsing is being performed.
setCatalog(org.apache.xml.resolver.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(org.apache.xml.resolver.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
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.tools.ResolvingParser
SAX DocumentHandler API.
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.
setDTDHandler(DTDHandler) - method in class org.apache.xml.resolver.tools.ResolvingParser
SAX Parser API.
setEntityResolver(EntityResolver) - method in class org.apache.xml.resolver.tools.ResolvingParser
SAX Parser API.
setEntityResolver(EntityResolver) - method in class org.apache.xml.resolver.readers.SAXParserHandler
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
SAX Parser API.
setIgnoreMissingProperties(boolean) - method in class org.apache.xml.resolver.CatalogManager
How should missing properties be handled?

If ignore is true, missing or unreadable property files will not be reported.

setLocale(Locale) - method in class org.apache.xml.resolver.tools.ResolvingParser
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 field 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 - field 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.tools.ResolvingParser
SAX DocumentHandler API.
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.
startElement(String,AttributeList) - method in class org.apache.xml.resolver.tools.ResolvingParser
SAX DocumentHandler API.
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.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,String,String,Attributes) - method in class org.apache.xml.resolver.tools.ResolvingXMLFilter
SAX ContentHandler API.
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.
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
Get the current use static catalog setting.
suppressExplanation - static field in class org.apache.xml.resolver.tools.ResolvingParser
Suppress explanatory message?
suppressExplanation - static field in class org.apache.xml.resolver.tools.ResolvingXMLFilter
Suppress explanatory message?
SYSTEM - static field in class org.apache.xml.resolver.Catalog
The SYSTEM Catalog Entry type.
SYSTEM_SUFFIX - static field in class org.apache.xml.resolver.Catalog
The SYSTEM_SUFFIX Catalog Entry type.
SYSTEMREVERSE - static field in class org.apache.xml.resolver.Resolver
The SYSTEMREVERSE Catalog Entry type.
SYSTEMSUFFIX - static field in class org.apache.xml.resolver.Resolver
The SYSTEMSUFFIX Catalog Entry type.

T

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

U

UNENDED_COMMENT - static field in class org.apache.xml.resolver.CatalogException
Text catalog ended in mid-comment
UNKNOWN_FORMAT - static field in class org.apache.xml.resolver.CatalogException
Unknown XML format
unknownEntry(Vector) - method in class org.apache.xml.resolver.Catalog
Handle unknown CatalogEntry types.
UNPARSEABLE - static field in class org.apache.xml.resolver.CatalogException
Unparseable XML catalog (not XML)
unparsedEntityDecl(String,String,String,String) - method in class org.apache.xml.resolver.tools.ResolvingParser
SAX DTDHandler API.
unparsedEntityDecl(String,String,String,String) - method in class org.apache.xml.resolver.tools.ResolvingXMLFilter
SAX DTDHandler API.
URI - static field in class org.apache.xml.resolver.Catalog
The URI Catalog Entry type.
URI_SUFFIX - static field in class org.apache.xml.resolver.Catalog
The URI_SUFFIX Catalog Entry type.
URISUFFIX - static field 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 - field in class org.apache.xml.resolver.tools.CatalogResolver
Make the parser validating?
validating - static field in class org.apache.xml.resolver.tools.ResolvingParser
Make the parser validating?
validating - static field in class org.apache.xml.resolver.tools.ResolvingXMLReader
Make the parser validating?
verbosity() - method in class org.apache.xml.resolver.CatalogManager
What is the current verbosity?
Version - class org.apache.xml.resolver.Version
Administrative class to keep track of the version number of xml-commons external sources releases.

W

warning(SAXParseException) - method in class org.apache.xml.resolver.apps.XParseError
SAX2 API
WRAPPER - static field in class org.apache.xml.resolver.CatalogException
A wrapper around another exception

X

XCatalogReader - class org.apache.xml.resolver.readers.XCatalogReader
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 field in class org.apache.xml.resolver.helpers.BootstrapResolver
Public identifier for OASIS XML Catalog files.
xmlCatalogRNG - static field in class org.apache.xml.resolver.helpers.BootstrapResolver
URI of the RELAX NG Grammar for OASIS XML Catalog files.
xmlCatalogSysId - static field in class org.apache.xml.resolver.helpers.BootstrapResolver
System identifier for OASIS XML Catalog files.
xmlCatalogXSD - static field in class org.apache.xml.resolver.helpers.BootstrapResolver
URI of the W3C XML Schema for OASIS XML Catalog files.
xparse - class org.apache.xml.resolver.apps.xparse
A simple command-line XML parsing application.
XParseError - class org.apache.xml.resolver.apps.XParseError
An ErrorHandler for xparse.
XParseError(boolean,boolean) - constructor for class org.apache.xml.resolver.apps.XParseError
Constructor
xread - class org.apache.xml.resolver.apps.xread
A simple command-line XML parsing application.

Copyright B) 2001-2003 Apache Software Foundation. All Rights Reserved.