|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sun.resolver.readers.TextCatalogReader com.sun.resolver.readers.TR9401CatalogReader
Parses OASIS Open Catalog files.
Copyright © 2000, 2001 Sun Microsystems, Inc. All Rights Reserved. This software is the proprietary information of Sun Microsystems, Inc. Use is subject to license terms.
This class reads OASIS Open Catalog files, returning a stream of tokens.
This code interrogates the following non-standard system properties:
Sets the debug level. A value of 0 is assumed if the property is not set or is not a number.
Catalog
Field Summary |
Fields inherited from class com.sun.resolver.readers.TextCatalogReader |
caseSensitive, catfile, stack, tokenStack, top |
Constructor Summary | |
TR9401CatalogReader()
|
Method Summary | |
void |
readCatalog(Catalog catalog,
java.io.InputStream is)
Start parsing an OASIS TR9401 Open Catalog file. |
Methods inherited from class com.sun.resolver.readers.TextCatalogReader |
finalize, getCaseSensitive, nextChar, nextToken, readCatalog, setCaseSensitive |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TR9401CatalogReader()
Method Detail |
public void readCatalog(Catalog catalog, java.io.InputStream is) throws java.net.MalformedURLException, java.io.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 class TextCatalogReader
java.net.MalformedURLException
- Improper fileUrl
java.io.IOException
- Error reading catalog file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |