Uses of Interface
org.apache.xml.resolver.readers.CatalogReader

Packages that use CatalogReader
org.apache.xml.resolver Apache XML Commons Resolver package The classes in this package implement the full semantics of OASIS Technical Resolution 9401:1997 (Amendment 2 to TR 9401) catalogs. 
org.apache.xml.resolver.readers Apache XML Commons Resolver Readers package This package provides the set of classes that read catalog files and extract catalog entries from them. 
 

Uses of CatalogReader in org.apache.xml.resolver
 

Methods in org.apache.xml.resolver with parameters of type CatalogReader
 void Catalog.addReader(String mimeType, CatalogReader reader)
          Add a new CatalogReader to the Catalog.
 

Uses of CatalogReader in org.apache.xml.resolver.readers
 

Classes in org.apache.xml.resolver.readers that implement CatalogReader
 class DOMCatalogReader
          A DOM-based CatalogReader This class is used to read XML Catalogs using the DOM.
 class ExtendedXMLCatalogReader
          Parse Extended OASIS Entity Resolution Technical Committee XML Catalog files.
 class OASISXMLCatalogReader
          Parse OASIS Entity Resolution Technical Committee XML Catalog files.
 class SAXCatalogReader
          A SAX-based CatalogReader This class is used to read XML Catalogs using the SAX.
 class TextCatalogReader
          Parses plain text Catalog files.
 class TR9401CatalogReader
          Parses OASIS Open Catalog files.
 class XCatalogReader
          Parse "xcatalog" XML Catalog files, this is the XML Catalog format developed by John Cowan and supported by Apache.
 



Copyright © 2001 Apache. All Rights Reserved.