CatalogReaderpublic interface CatalogReader The CatalogReader interface.
The Catalog class requires that classes implement this interface
in order to be used to read catalogs. Examples of CatalogReaders
include the TextCatalogReader, the SAXCatalogReader, and the
DOMCatalogReader. |
|