| Package | Description | 
|---|---|
| org.jxmpp.xml.splitter | 
 Utilities to split XML into single top-level elements. 
 | 
| Constructor and 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(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. 
 |