Package org.jxmpp.xml.splitter
Interface XmlPrettyPrinter.PrettyPrintedXmlChunkWithCurrentPartCallback
- Enclosing class:
XmlPrettyPrinter
public static interface XmlPrettyPrinter.PrettyPrintedXmlChunkWithCurrentPartCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked after the XML pretty printer handled a chunk.
-
Method Details
-
onPrettyPrintedXmlChunk
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.
-