Uses of Interface
org.jxmpp.xml.splitter.CompleteElementCallback
Packages that use CompleteElementCallback
-
Uses of CompleteElementCallback in org.jxmpp.xml.splitter
Subinterfaces of CompleteElementCallback in org.jxmpp.xml.splitterFields in org.jxmpp.xml.splitter declared as CompleteElementCallbackModifier and TypeFieldDescriptionprotected final CompleteElementCallback
XmlSplitter.completeElementCallback
Methods in org.jxmpp.xml.splitter with parameters of type CompleteElementCallbackModifier and TypeMethodDescriptionXmlSplitterFactory.createXmlSplitter
(CompleteElementCallback callback, DeclarationCallback declarationCallback, ProcessingInstructionCallback processingInstructionCallback) Returns a newXmlSplitter
configured with the given callback.Constructors in org.jxmpp.xml.splitter with parameters of type CompleteElementCallbackModifierConstructorDescriptionXmlSplitter
(int bufferSize, CompleteElementCallback completeElementCallback) Construct a new XML splitter.XmlSplitter
(int bufferSize, CompleteElementCallback completeElementCallback, DeclarationCallback declarationCallback, ProcessingInstructionCallback processingInstructionCallback) Construct a new XML splitter.XmlSplitter
(int bufferSize, CompleteElementCallback completeElementCallback, DeclarationCallback declarationCallback, ProcessingInstructionCallback processingInstructionCallback, XmlPrinter xmlPrinter) Construct a new XML splitter.XmlSplitter
(int bufferSize, CompleteElementCallback completeElementCallback, XmlPrinter xmlPrinter) Construct a new XML splitter.