|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Catalog
Method Summary | |
void |
readCatalog(Catalog catalog,
java.io.InputStream is)
Read a catalog from an input stream |
void |
readCatalog(Catalog catalog,
java.lang.String fileUrl)
Read a catalog from a file |
Method Detail |
public void readCatalog(Catalog catalog, java.lang.String fileUrl) throws java.net.MalformedURLException, java.io.IOException, CatalogException
Read a catalog from a file
This class reads a catalog from a URL.
catalog
- The catalog for which this reader is called.fileUrl
- The URL of a document to be read.public void readCatalog(Catalog catalog, java.io.InputStream is) throws java.io.IOException, CatalogException
Read a catalog from an input stream
This class reads a catalog from an input stream.
catalog
- The catalog for which this reader is called.is
- The input stream that is to be read.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |