Uses of Interface
org.apache.batik.test.xml.XMLTestReportProcessor.XMLReportConsumer
-
Packages that use XMLTestReportProcessor.XMLReportConsumer Package Description org.apache.batik.test.xml -
-
Uses of XMLTestReportProcessor.XMLReportConsumer in org.apache.batik.test.xml
Classes in org.apache.batik.test.xml that implement XMLTestReportProcessor.XMLReportConsumer Modifier and Type Class Description class
XSLXMLReportConsumer
This implementation of theXMLTestReportProcessor.XMLReportConsumer
interface simply applies an XSL transformation to the input XML file and stores the result in a configurable directory.Fields in org.apache.batik.test.xml declared as XMLTestReportProcessor.XMLReportConsumer Modifier and Type Field Description protected XMLTestReportProcessor.XMLReportConsumer
XMLTestReportProcessor. consumer
The XMLReportConsumer instance is notified whenever this object generates a new report.Constructors in org.apache.batik.test.xml with parameters of type XMLTestReportProcessor.XMLReportConsumer Constructor Description XMLTestReportProcessor(XMLTestReportProcessor.XMLReportConsumer consumer)
-