Interface PartComponentXmlWriter

  • All Known Implementing Classes:
    AbstractPartComponentXmlWriter, PartComponentsXmlWriter

    public interface PartComponentXmlWriter
    A component writer is responsible for producing a XML representation of component instances.

    Its function is inverse to the one of XmlDigesterConfigurer, which transforms XML fragments into object instances.

    Author:
    Lucian Chirita (lucianc@users.sourceforge.net)
    • Method Detail

      • isToWrite

        boolean isToWrite​(JRPart part,
                          JRXmlWriter reportWriter)
        Specifies whether this component should be written out. This is useful for versioning.