Uses of Interface
org.jboss.util.xml.catalog.readers.CatalogReader
-
Packages that use CatalogReader Package Description org.jboss.util.xml.catalog XML utilities.org.jboss.util.xml.catalog.readers XML utilities. -
-
Uses of CatalogReader in org.jboss.util.xml.catalog
Methods in org.jboss.util.xml.catalog with parameters of type CatalogReader Modifier and Type Method Description voidCatalog. addReader(java.lang.String mimeType, CatalogReader reader)Add a new CatalogReader to the Catalog. -
Uses of CatalogReader in org.jboss.util.xml.catalog.readers
Classes in org.jboss.util.xml.catalog.readers that implement CatalogReader Modifier and Type Class Description classDOMCatalogReaderA DOM-based CatalogReader.classExtendedXMLCatalogReaderParse Extended OASIS Entity Resolution Technical Committee XML Catalog files.classOASISXMLCatalogReaderParse OASIS Entity Resolution Technical Committee XML Catalog files.classSAXCatalogReaderA SAX-based CatalogReader.classTextCatalogReaderParses plain text Catalog files.classTR9401CatalogReaderParses OASIS Open Catalog files.classXCatalogReaderParse "xcatalog" XML Catalog files, this is the XML Catalog format developed by John Cowan and supported by Apache.
-