Apache XML Commons Resolver Readers package
This package provides the set of classes that read catalog files and extract catalog entries from them.
See: Description
Interface Summary | |
---|---|
CatalogReader |
The CatalogReader interface. The Catalog class requires that classes implement this interface in order to be used to read catalogs. |
DOMCatalogParser |
The DOMCatalogParser interface. This interface must be implemented in order for a class to participate as a parser for the DOMCatalogReader. |
SAXCatalogParser |
The SAXCatalogParser interface. This interface must be implemented in order for a class to participate as a parser for the SAXCatalogReader. |
Class Summary | |
---|---|
DOMCatalogReader |
A DOM-based CatalogReader This class is used to read XML Catalogs using the DOM. |
ExtendedXMLCatalogReader |
Parse Extended OASIS Entity Resolution Technical Committee XML Catalog files. |
OASISXMLCatalogReader |
Parse OASIS Entity Resolution Technical Committee XML Catalog files. |
SAXCatalogReader |
A SAX-based CatalogReader This class is used to read XML Catalogs using the SAX. |
SAXParserHandler |
An entity-resolving DefaultHandler This class provides a SAXParser DefaultHandler that performs entity resolution. |
TextCatalogReader |
Parses plain text Catalog files. This class reads plain text Open Catalog files. |
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:
|
XCatalogReader |
Parse "xcatalog" XML Catalog files, this is the XML Catalog format developed by John Cowan and supported by Apache. |
Apache XML Commons Resolver Readers package
This package provides the set of classes that read catalog files and extract catalog entries from them.