Interface XmlPrettyPrinter.PrettyPrintedXmlChunkSink

Enclosing class:
XmlPrettyPrinter

A functional interface which acts as sink for character sequences.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sink(StringBuilder stringBuilder)
    Sink of the pretty printed XML chunk.
  • Method Details

    • sink

      void sink(StringBuilder stringBuilder)
      Sink of the pretty printed XML chunk.
      Parameters:
      stringBuilder - a StringBuilder containing the pretty printed XML of the current chunk.