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 EntryCatalog
CatalogManager. 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 EntryCatalog
CatalogLoader. loadCatalog(java.net.URI catalog, SaxProducer producer)
Load the specified catalog by sending events to the ContentHandler.EntryCatalog
ValidatingXmlLoader. loadCatalog(java.net.URI catalog, SaxProducer producer)
Load the specified catalog from the specified stream.EntryCatalog
XmlLoader. 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.SaxProducer
SaxProducer. 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)
-