Class 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.