Uses of Interface
org.xmlresolver.utils.SaxProducer
Packages that use SaxProducer
Package
Description
The XML (Catalog) Resolver.
Catalog loaders.
XML Resolver utility classes.
-
Uses of SaxProducer in org.xmlresolver
Methods in org.xmlresolver with parameters of type SaxProducerModifier and TypeMethodDescriptionCatalogManager.loadCatalog
(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 SaxProducerModifier and TypeMethodDescriptionCatalogLoader.loadCatalog
(URI catalog, SaxProducer producer) Load the specified catalog by sending events to the ContentHandler.ValidatingXmlLoader.loadCatalog
(URI catalog, SaxProducer producer) Load the specified catalog from the specified stream.XmlLoader.loadCatalog
(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 SaxProducerModifier and TypeMethodDescriptionstatic 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