org.apache.xml.resolver.readers
Class TR9401CatalogReader
- CatalogReader
public class TR9401CatalogReader
Parses OASIS Open Catalog files.
This class reads OASIS Open Catalog files, returning a stream
of tokens.
This code interrogates the following non-standard system properties:
- xml.catalog.debug
void | readCatalog(Catalog catalog, InputStream is) - Start parsing an OASIS TR9401 Open Catalog file.
|
readCatalog
public void readCatalog(Catalog catalog,
InputStream is)
throws MalformedURLException,
IOException
Start parsing an OASIS TR9401 Open Catalog file. The file is
actually read and parsed
as needed by
nextEntry
.
In a TR9401 Catalog the 'DELEGATE' entry delegates public
identifiers. There is no delegate entry for system identifiers
or URIs.
- readCatalog in interface CatalogReader
- readCatalog in interface TextCatalogReader
catalog
- The Catalog to populateis
- The input stream from which to read the TR9401 Catalog
Copyright B) 2001-2003 Apache Software Foundation. All Rights Reserved.