Package org.jxmpp.xml.splitter
Interface XmlPrettyPrinter.PrettyPrintedXmlChunkWithCurrentPartCallback
-
- Enclosing class:
- XmlPrettyPrinter
public static interface XmlPrettyPrinter.PrettyPrintedXmlChunkWithCurrentPartCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPrettyPrintedXmlChunk(StringBuilder chunk)
Invoked after the XML pretty printer handled a chunk.
-
-
-
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.
-
-