Class XmlSplitter

java.lang.Object
java.io.Writer
org.jxmpp.xml.splitter.XmlSplitter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable
Direct Known Subclasses:
XmppXmlSplitter

public class XmlSplitter extends Writer
A XML splitter capable of splitting XML into top-level elements.

Note that this class does not yet support the feature set of XML. Only the required features for XMPP are supported. XML comments and processing instructions are not supported.