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.
3536373839404142
/* */ /* 93 */ saxReader.setCatalogParser("urn:oasis:names:tc:entity:xmlns:xml:catalog", "catalog", "org.apache.xml.resolver.readers.ExtendedXMLCatalogReader"); /* */ /* 97 */ addReader("application/xml", saxReader); /* */ /* 99 */ TR9401CatalogReader textReader = new TR9401CatalogReader(); /* 100 */ addReader("text/plain", textReader); /* */ }