Package | Description |
---|---|
org.jxmpp.xml.splitter |
Utilities to split XML into single top-level elements.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XmppElementCallback
Callback for
XmlSplitter . |
Modifier and Type | Field and Description |
---|---|
protected CompleteElementCallback |
XmlSplitter.completeElementCallback |
Modifier and Type | Method and Description |
---|---|
XmlSplitter |
XmlSplitterFactory.createXmlSplitter(CompleteElementCallback callback,
DeclarationCallback declarationCallback,
ProcessingInstructionCallback processingInstructionCallback)
Returns a new
XmlSplitter configured with the given callback. |
Constructor and 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.
|