Package org.apache.avalon.excalibur.catalog

Catalog package

See:
          Description

Class Summary
Catalog Represents OASIS Open Catalog files.
CatalogEntityResolver Implements SAX entityResolver using OASIS Open Catalogs.
CatalogEntry Represents an OASIS Open Catalog entry.
CatalogReader Parses OASIS Open Catalog files.
XMLCatalogReader Parses XML Catalog files.
 

Exception Summary
InvalidCatalogEntryException This exception is thrown if an attempt is made to create a CatalogEntry instance with the wrong number of arguments or an obviously erroneous argument.
InvalidCatalogEntryTypeException This exception is thrown if an attempt is made to create a CatalogEntry instance using an invalid entry type.
NotXMLCatalogException This exception is thrown if an attempt is made to load an XML Catalog and it appears not to be XML.
NoXMLParserException This exception is thrown if an attempt is made to load an XML Catalog, but no Parser class has been provided.
UnknownCatalogFormatException This exception is thrown if an XML Catalog is loaded and the root element of the catalog file is unrecognized.
 

Package org.apache.avalon.excalibur.catalog Description

Catalog package

This package implements reads and implements the semantics of OASIS Catalog files as defined by OASIS Technical Resolution 9401:1997 (Amendment 2 to TR 9401).

It also reads John Cowan's XML Catalogs which are an XML representation of OASIS Catalogs.

It is based on work by Norman Walsh at ArborText.



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.