Package org.jxmpp.xml.splitter
Interface XmlPrettyPrinter.PrettyPrintedXmlChunkSink
-
- Enclosing class:
- XmlPrettyPrinter
public static interface XmlPrettyPrinter.PrettyPrintedXmlChunkSink
A functional interface which acts as sink for character sequences.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sink(StringBuilder stringBuilder)
Sink of the pretty printed XML chunk.
-
-
-
Method Detail
-
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.
-
-