public static interface XmlPrettyPrinter.PrettyPrintedXmlChunkCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onPrettyPrintedXmlChunk(java.lang.StringBuilder chunk)
Invoked after the XML pretty printer handled a chunk.
|
void onPrettyPrintedXmlChunk(java.lang.StringBuilder chunk)
chunk - the state of the current part with the newly handled chunk marked.