open static fun createCustomStaxResult(streamWriter: XMLStreamWriter): Result
Create a custom, non-JAXP 1.4 StAX Result for the given XMLStreamWriter.
streamWriter - the StAX stream writer
Return
a source wrapping the streamWriter
open static fun createCustomStaxResult(eventWriter: XMLEventWriter): Result
Create a custom, non-JAXP 1.4 StAX Result for the given XMLEventWriter.
eventWriter - the StAX event writer
Return
a source wrapping the eventWriter