Package org.jxmpp.xml.splitter
Interface XmlPrettyPrinter.PrettyPrintedXmlPartCallback
- Enclosing class:
XmlPrettyPrinter
public static interface XmlPrettyPrinter.PrettyPrintedXmlPartCallback
-
Method Summary
Modifier and TypeMethodDescriptionvoidInvoked after a part was completed.
-
Method Details
-
onPrettyPrintedXmlPart
Invoked after a part was completed.- Parameters:
part- the pretty printed part.
-