B C D E F I L N O P R S U X Y

B

BASE - Static variable in class com.arbortext.catalog.CatalogEntry
The entry type for a BASE entry

C

catalog - Variable in class com.arbortext.catalog.CatalogEntityResolver
The OASIS Open Catalog used for entity resolution.
Catalog - class com.arbortext.catalog.Catalog.
Represents OASIS Open Catalog files.
CATALOG - Static variable in class com.arbortext.catalog.CatalogEntry
The entry type for a CATALOG entry
Catalog() - Constructor for class com.arbortext.catalog.Catalog
Constructs an empty Catalog.
CatalogEntityResolver - class com.arbortext.catalog.CatalogEntityResolver.
Implements SAX entityResolver using OASIS Open Catalogs.
CatalogEntityResolver() - Constructor for class com.arbortext.catalog.CatalogEntityResolver
Constructs a CatalogEntityResolver with an empty catalog.
CatalogEntry - class com.arbortext.catalog.CatalogEntry.
Represents an OASIS Open Catalog entry.
CatalogEntry(int, String) - Constructor for class com.arbortext.catalog.CatalogEntry
Construct a catalog entry of the specified type.
CatalogEntry(int, String, String) - Constructor for class com.arbortext.catalog.CatalogEntry
Construct a catalog entry of the specified type.
CatalogReader - class com.arbortext.catalog.CatalogReader.
Parses OASIS Open Catalog files.
CatalogReader() - Constructor for class com.arbortext.catalog.CatalogReader
Construct a CatalogReader object.
characters(char[], int, int) - Method in class com.arbortext.catalog.XMLCatalogReader
The SAX characters method.
com.arbortext.catalog - package com.arbortext.catalog
Arbortext Catalog package

D

debug - Variable in class com.arbortext.catalog.XMLCatalogReader
The debug level
debug - Variable in class com.arbortext.catalog.Catalog
The debug level.
debug - Variable in class com.arbortext.catalog.CatalogReader
The debug level
debug - Variable in class com.arbortext.catalog.CatalogEntityResolver
The debug level
DELEGATE - Static variable in class com.arbortext.catalog.CatalogEntry
The entry type for a DELEGATE entry
DOCTYPE - Static variable in class com.arbortext.catalog.CatalogEntry
The entry type for a DOCTYPE entry
DOCUMENT - Static variable in class com.arbortext.catalog.CatalogEntry
The entry type for a DOCUMENT entry
DTDDECL - Static variable in class com.arbortext.catalog.CatalogEntry
The entry type for a DTDDECL entry

E

endDocument() - Method in class com.arbortext.catalog.XMLCatalogReader
The SAX endDocument method.
endElement(String) - Method in class com.arbortext.catalog.XMLCatalogReader
The SAX endElement method.
ENTITY - Static variable in class com.arbortext.catalog.CatalogEntry
The entry type for a ENTITY entry
entityName() - Method in class com.arbortext.catalog.CatalogEntry
The entity name
entryType() - Method in class com.arbortext.catalog.CatalogEntry
The entry type

F

finalize() - Method in class com.arbortext.catalog.CatalogReader
The destructor.
formalSystemIdentifier() - Method in class com.arbortext.catalog.CatalogEntry
The formal system identifier of the entry, if appropriate

I

ignorableWhitespace(char[], int, int) - Method in class com.arbortext.catalog.XMLCatalogReader
The SAX ignorableWhitespace method.
InvalidCatalogEntryException - exception com.arbortext.catalog.InvalidCatalogEntryException.
Signal bad Catalog entry
InvalidCatalogEntryException() - Constructor for class com.arbortext.catalog.InvalidCatalogEntryException
 
InvalidCatalogEntryTypeException - exception com.arbortext.catalog.InvalidCatalogEntryTypeException.
Signal bad Catalog entry type
InvalidCatalogEntryTypeException() - Constructor for class com.arbortext.catalog.InvalidCatalogEntryTypeException
 

L

LINKTYPE - Static variable in class com.arbortext.catalog.CatalogEntry
The entry type for a LINKTYPE entry
loadSystemCatalogs() - Method in class com.arbortext.catalog.Catalog
Load the system catalog files.

N

nextEntry() - Method in class com.arbortext.catalog.XMLCatalogReader
Get the next entry from the file
nextEntry() - Method in class com.arbortext.catalog.CatalogReader
Get the next entry from the file
normalize(String) - Static method in class com.arbortext.catalog.CatalogReader
Normalize a public identifier.
NOTATION - Static variable in class com.arbortext.catalog.CatalogEntry
The entry type for a NOTATION entry
NotXMLCatalogException - exception com.arbortext.catalog.NotXMLCatalogException.
Signal attempt to parse a non-XML Catalog with an XML Parser.
NotXMLCatalogException() - Constructor for class com.arbortext.catalog.NotXMLCatalogException
 
NoXMLParserException - exception com.arbortext.catalog.NoXMLParserException.
Signal attempt to parse an XML Catalog without a Parser class.
NoXMLParserException() - Constructor for class com.arbortext.catalog.NoXMLParserException
 

O

OVERRIDE - Static variable in class com.arbortext.catalog.CatalogEntry
The entry type for a OVERRIDE entry

P

parseAllCatalogs() - Method in class com.arbortext.catalog.Catalog
Parse all subordinate catalogs.
parseCatalog(String) - Method in class com.arbortext.catalog.XMLCatalogReader
Attempt to parse an XML Catalog file.
parseCatalog(String) - Method in class com.arbortext.catalog.Catalog
Parse a catalog file, augmenting internal data structures
parseCatalog(String) - Method in class com.arbortext.catalog.CatalogReader
Start parsing an OASIS Open Catalog file.
parseCatalog(String) - Method in class com.arbortext.catalog.CatalogEntityResolver
Parse a Catalog file.
partialPublicId() - Method in class com.arbortext.catalog.CatalogEntry
The partial public identifier of a DELEGATE entry.
processingInstruction(String, String) - Method in class com.arbortext.catalog.XMLCatalogReader
The SAX processingInstruction method.
PUBLIC - Static variable in class com.arbortext.catalog.CatalogEntry
The entry type for a PUBLIC entry
publicId() - Method in class com.arbortext.catalog.CatalogEntry
The public identifier

R

resolveDoctype(String, String, String) - Method in class com.arbortext.catalog.Catalog
Return the applicable DOCTYPE system identifier.
resolveDocument() - Method in class com.arbortext.catalog.Catalog
Return the applicable DOCUMENT entry.
resolveEntity(String, String) - Method in class com.arbortext.catalog.CatalogEntityResolver
Implements the resolveEntity method for the SAX interface.
resolveEntity(String, String, String) - Method in class com.arbortext.catalog.Catalog
Return the applicable ENTITY system identifier.
resolveNotation(String, String, String) - Method in class com.arbortext.catalog.Catalog
Return the applicable NOTATION system identifier.
resolvePublic(String, String) - Method in class com.arbortext.catalog.Catalog
Return the applicable PUBLIC or SYSTEM identifier.
resolveSystem(String) - Method in class com.arbortext.catalog.Catalog
Return the applicable SYSTEM system identifier

S

setCatalog(Catalog) - Method in class com.arbortext.catalog.CatalogEntityResolver
Set the Catalog that will be used to resolve entities.
setDocumentLocator(Locator) - Method in class com.arbortext.catalog.XMLCatalogReader
The SAX setDocumentLocator method.
setParserClass(String) - Method in class com.arbortext.catalog.XMLCatalogReader
Sets the parser class, enabling XML Catalog parsing.
setParserClass(String) - Method in class com.arbortext.catalog.Catalog
Sets the parser class, enabling XML Catalog parsing.
setRetry(boolean) - Method in class com.arbortext.catalog.CatalogEntityResolver
Establish whether or not bad system identifiers should be ignored.
SGMLDECL - Static variable in class com.arbortext.catalog.CatalogEntry
The entry type for a SGMLDECL entry
startDocument() - Method in class com.arbortext.catalog.XMLCatalogReader
The SAX startDocument method.
startElement(String, AttributeList) - Method in class com.arbortext.catalog.XMLCatalogReader
The SAX startElement method.
SYSTEM - Static variable in class com.arbortext.catalog.CatalogEntry
The entry type for a SYSTEM entry
systemId() - Method in class com.arbortext.catalog.CatalogEntry
The system identifier

U

UnknownCatalogFormatException - exception com.arbortext.catalog.UnknownCatalogFormatException.
Signal unknown XML Catalog format.
UnknownCatalogFormatException() - Constructor for class com.arbortext.catalog.UnknownCatalogFormatException
 
updateFormalSystemIdentifier(String) - Method in class com.arbortext.catalog.CatalogEntry
Update the formal system identifier

X

XMLCatalogReader - class com.arbortext.catalog.XMLCatalogReader.
Parses XML Catalog files.
XMLCatalogReader() - Constructor for class com.arbortext.catalog.XMLCatalogReader
Construct an XMLCatalogReader object.

Y

yes_or_no() - Method in class com.arbortext.catalog.CatalogEntry
The argument, YES or NO, of an OVERRIDE entry.

B C D E F I L N O P R S U X Y