Uses of Interface
org.jboss.util.xml.catalog.readers.SAXCatalogParser
-
Packages that use SAXCatalogParser Package Description org.jboss.util.xml.catalog.readers XML utilities. -
-
Uses of SAXCatalogParser in org.jboss.util.xml.catalog.readers
Classes in org.jboss.util.xml.catalog.readers that implement SAXCatalogParser Modifier and Type Class Description class
ExtendedXMLCatalogReader
Parse Extended OASIS Entity Resolution Technical Committee XML Catalog files.class
OASISXMLCatalogReader
Parse OASIS Entity Resolution Technical Committee XML Catalog files.class
XCatalogReader
Parse "xcatalog" XML Catalog files, this is the XML Catalog format developed by John Cowan and supported by Apache.Fields in org.jboss.util.xml.catalog.readers declared as SAXCatalogParser Modifier and Type Field Description private SAXCatalogParser
SAXCatalogReader. saxParser
The parser in use for the current catalog.
-