Interface XmlPrettyPrinter.PrettyPrintedXmlChunkWithCurrentPartCallback

  • Enclosing class:
    XmlPrettyPrinter

    public static interface XmlPrettyPrinter.PrettyPrintedXmlChunkWithCurrentPartCallback
    • Method Detail

      • onPrettyPrintedXmlChunk

        void onPrettyPrintedXmlChunk​(java.lang.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.