Uses of Interface
org.jxmpp.xml.splitter.XmppElementCallback
-
Packages that use XmppElementCallback Package Description org.jxmpp.xml.splitter Utilities to split XML into single top-level elements. -
-
Uses of XmppElementCallback in org.jxmpp.xml.splitter
Constructors in org.jxmpp.xml.splitter with parameters of type XmppElementCallback Constructor Description Utf8ByteXmppXmlSplitter(XmppElementCallback xmppElementCallback)
Create a new splitter with the given callback.XmppXmlSplitter(int maxElementSize, XmppElementCallback xmppElementCallback)
Construct a new XMPP XML splitter.XmppXmlSplitter(int maxElementSize, XmppElementCallback xmppElementCallback, DeclarationCallback declarationCallback, ProcessingInstructionCallback processingInstructionCallback)
Construct a new XMPP XML splitter.XmppXmlSplitter(int maxElementSize, XmppElementCallback xmppElementCallback, DeclarationCallback declarationCallback, ProcessingInstructionCallback processingInstructionCallback, XmlPrinter xmlPrinter)
Construct a new XMPP XML splitter.XmppXmlSplitter(int maxElementSize, XmppElementCallback xmppElementCallback, XmlPrinter xmlPrinter)
Constructs a new XMPP XML splitter.XmppXmlSplitter(XmppElementCallback xmppElementCallback)
Construct a new XMPP XML splitter with a max element size of 10000.XmppXmlSplitter(XmppElementCallback xmppElementCallback, DeclarationCallback declarationCallback, ProcessingInstructionCallback processingInstructionCallback)
Construct a new XMPP XML splitter with a max element size of 10000.
-