<?xml-multiple?>
processing instructions when writing a sequence of elements matching some element path. Use this class to trigger JSON array start events like this: XMLOutputFactory factory = new JsonXMLOutputFactory(); XMLEventWriter writer = factory.createXMLStreamWriter(...); writer = new XMLMultipleStreamWriter(writer, false, "/alice/bob", ...);
|
|