Uses of Interface
org.apache.xml.resolver.readers.CatalogReader
Packages that use CatalogReader
Package
Description
Apache XML Commons Resolver package.
Apache XML Commons Resolver Readers package.
-
Uses of CatalogReader in org.apache.xml.resolver
Methods in org.apache.xml.resolver with parameters of type CatalogReaderModifier and TypeMethodDescriptionvoid
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 CatalogReaderModifier and TypeClassDescriptionclass
A DOM-based CatalogReader.class
Parse Extended OASIS Entity Resolution Technical Committee XML Catalog files.class
Parse OASIS Entity Resolution Technical Committee XML Catalog files.class
A SAX-based CatalogReader.class
Parses plain text Catalog files.class
Parses OASIS Open Catalog files.class
Parse "XCatalog" XML Catalog files, this is the XML Catalog format developed by John Cowan and supported by Apache.