Interface XmlPrettyPrinter.PrettyPrintedXmlChunkWithCurrentPartCallback

    • Method Detail

      • onPrettyPrintedXmlChunk

        void onPrettyPrintedXmlChunk​(StringBuilder chunk)
        Invoked after the XML pretty printer handled a chunk. The pretty printed chunk will contain the current part and the newly handled chunk enclosing in '[' and ']'.
        Parameters:
        chunk - the state of the current part with the newly handled chunk marked.