Class ParserConfigWriter

    • Constructor Detail

      • ParserConfigWriter

        public ParserConfigWriter​(ReportWriterContext reportWriter,
                                  org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter)
        Creates a new writer.
        Parameters:
        reportWriter - the report writer.
    • Method Detail

      • writeFactory

        public void writeFactory​(String tagName,
                                 Iterator it)
                          throws IOException
        Writes a factory element.
        Parameters:
        tagName - the tag name.
        it - an iterator over a collection of factories, which should be defined for the target report.
        Throws:
        IOException - if there is an I/O problem.