Uses of Interface
org.jxmpp.xml.splitter.CompleteElementCallback
-
Packages that use CompleteElementCallback Package Description org.jxmpp.xml.splitter Utilities to split XML into single top-level elements. -
-
Uses of CompleteElementCallback in org.jxmpp.xml.splitter
Subinterfaces of CompleteElementCallback in org.jxmpp.xml.splitter Modifier and Type Interface Description interfaceXmppElementCallbackCallback forXmlSplitter.Fields in org.jxmpp.xml.splitter declared as CompleteElementCallback Modifier and Type Field Description protected CompleteElementCallbackXmlSplitter. completeElementCallbackMethods in org.jxmpp.xml.splitter with parameters of type CompleteElementCallback Modifier and Type Method Description XmlSplitterXmlSplitterFactory. createXmlSplitter(CompleteElementCallback callback, DeclarationCallback declarationCallback, ProcessingInstructionCallback processingInstructionCallback)Returns a newXmlSplitterconfigured with the given callback.Constructors in org.jxmpp.xml.splitter with parameters of type CompleteElementCallback Constructor Description XmlSplitter(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.
-