Class TR9401CatalogReader

java.lang.Object
org.apache.xml.resolver.readers.TextCatalogReader
org.apache.xml.resolver.readers.TR9401CatalogReader
All Implemented Interfaces:
CatalogReader

public class TR9401CatalogReader extends TextCatalogReader
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

Sets the debug level. A value of 0 is assumed if the property is not set or is not a number.

Version:
1.0
Author:
Norman Walsh Norman.Walsh@Sun.COM
See Also:
  • Constructor Details

    • TR9401CatalogReader

      public TR9401CatalogReader()
  • Method Details