Uses of Class
org.jxmpp.xml.splitter.XmlSplitter
-
Packages that use XmlSplitter Package Description org.jxmpp.xml.splitter Utilities to split XML into single top-level elements. -
-
Uses of XmlSplitter in org.jxmpp.xml.splitter
Subclasses of XmlSplitter in org.jxmpp.xml.splitter Modifier and Type Class Description classXmppXmlSplitterA XML splitter for XMPP.Methods in org.jxmpp.xml.splitter that return XmlSplitter Modifier and Type Method Description XmlSplitterXmlSplitterFactory. createXmlSplitter(CompleteElementCallback callback, DeclarationCallback declarationCallback, ProcessingInstructionCallback processingInstructionCallback)Returns a newXmlSplitterconfigured with the given callback.
-