Uses of Interface
org.jxmpp.xml.splitter.XmlPrettyPrinter.PrettyPrintedXmlChunkWithCurrentPartCallback
-
Packages that use XmlPrettyPrinter.PrettyPrintedXmlChunkWithCurrentPartCallback Package Description org.jxmpp.xml.splitter Utilities to split XML into single top-level elements. -
-
Uses of XmlPrettyPrinter.PrettyPrintedXmlChunkWithCurrentPartCallback in org.jxmpp.xml.splitter
Methods in org.jxmpp.xml.splitter with parameters of type XmlPrettyPrinter.PrettyPrintedXmlChunkWithCurrentPartCallback Modifier and Type Method Description XmlPrettyPrinter.Builder
XmlPrettyPrinter.Builder. setChunkCallback(XmlPrettyPrinter.PrettyPrintedXmlChunkWithCurrentPartCallback chunkCallback)
Set a chunk callback.
-