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
Modifier and TypeMethodDescriptionvoid
sink
(StringBuilder stringBuilder) Sink of the pretty printed XML chunk.
-
Method Details
-
sink
Sink of the pretty printed XML chunk.- Parameters:
stringBuilder
- a StringBuilder containing the pretty printed XML of the current chunk.
-