Uses of Interface
org.jxmpp.xml.splitter.ProcessingInstructionCallback
Packages that use ProcessingInstructionCallback
- 
Uses of ProcessingInstructionCallback in org.jxmpp.xml.splitter
Methods in org.jxmpp.xml.splitter with parameters of type ProcessingInstructionCallbackModifier and TypeMethodDescriptionXmlSplitterFactory.createXmlSplitter(CompleteElementCallback callback, DeclarationCallback declarationCallback, ProcessingInstructionCallback processingInstructionCallback) Returns a newXmlSplitterconfigured with the given callback.Constructors in org.jxmpp.xml.splitter with parameters of type ProcessingInstructionCallbackModifierConstructorDescriptionXmlSplitter(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.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(XmppElementCallback xmppElementCallback, DeclarationCallback declarationCallback, ProcessingInstructionCallback processingInstructionCallback) Construct a new XMPP XML splitter with a max element size of 10000.