Package com.thaiopensource.validate
Interface ValidationDriver.SaxProducer
-
- Enclosing class:
- ValidationDriver
public static interface ValidationDriver.SaxProducerA producer of SAX events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidproduce(ContentHandler contentHandler, DTDHandler dtdHandler, ErrorHandler errorHandler)Causes the producer to process and send SAX events to the handlers.
-
-
-
Method Detail
-
produce
void produce(ContentHandler contentHandler, DTDHandler dtdHandler, ErrorHandler errorHandler) throws IOException, SAXException
Causes the producer to process and send SAX events to the handlers.- Parameters:
contentHandler- the content handler.errorHandler- the error handler.- Throws:
IOException- if an error occurs during processing.SAXException- if a SAXException occurs when calling one of the handlers.
-
-