Package org.xmlresolver.utils
Class SaxProducer.SaxProducerJingAdapter
java.lang.Object
org.xmlresolver.utils.SaxProducer.SaxProducerJingAdapter
- All Implemented Interfaces:
com.thaiopensource.validate.ValidationDriver.SaxProducer
- Enclosing interface:
SaxProducer
public static class SaxProducer.SaxProducerJingAdapter
extends Object
implements com.thaiopensource.validate.ValidationDriver.SaxProducer
Simple adapter for XMLResolver SaxProducer to Jing SaxProducer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
produce
(ContentHandler contentHandler, DTDHandler dtdHandler, ErrorHandler errorHandler)
-
Constructor Details
-
SaxProducerJingAdapter
-
-
Method Details
-
produce
public void produce(ContentHandler contentHandler, DTDHandler dtdHandler, ErrorHandler errorHandler) throws IOException, SAXException - Specified by:
produce
in interfacecom.thaiopensource.validate.ValidationDriver.SaxProducer
- Throws:
IOException
SAXException
-