Uses of Interface
org.xmlresolver.utils.SaxProducer
-
Packages that use SaxProducer Package Description org.xmlresolver The XML (Catalog) Resolver.org.xmlresolver.loaders Catalog loaders.org.xmlresolver.utils XML Resolver utility classes. -
-
Uses of SaxProducer in org.xmlresolver
Methods in org.xmlresolver with parameters of type SaxProducer Modifier and Type Method Description EntryCatalogCatalogManager. loadCatalog(java.net.URI catalog, SaxProducer producer)Load the specified catalog by sending events to the ContentHandler. -
Uses of SaxProducer in org.xmlresolver.loaders
Methods in org.xmlresolver.loaders with parameters of type SaxProducer Modifier and Type Method Description EntryCatalogCatalogLoader. loadCatalog(java.net.URI catalog, SaxProducer producer)Load the specified catalog by sending events to the ContentHandler.EntryCatalogValidatingXmlLoader. loadCatalog(java.net.URI catalog, SaxProducer producer)Load the specified catalog from the specified stream.EntryCatalogXmlLoader. loadCatalog(java.net.URI catalog, SaxProducer producer)Load the specified catalog by sending events to the ContentHandler. -
Uses of SaxProducer in org.xmlresolver.utils
Methods in org.xmlresolver.utils with parameters of type SaxProducer Modifier and Type Method Description static com.thaiopensource.validate.ValidationDriver.SaxProducerSaxProducer. adaptForJing(SaxProducer saxProducer)Adapt the provided XMLResolver SaxProducer to a Jing SaxProducer.Constructors in org.xmlresolver.utils with parameters of type SaxProducer Constructor Description SaxProducerJingAdapter(SaxProducer saxProducer)
-