object XmlWriting
- Source
- XmlWriting.scala
- Alphabetic
- By Inheritance
- XmlWriting
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def writer(charset: Charset, xmlOutputFactory: XMLOutputFactory): Flow[ParseEvent, ByteString, NotUsed]
Writer Flow that takes a stream of XML events similar to SAX and write ByteStrings.
Writer Flow that takes a stream of XML events similar to SAX and write ByteStrings.
- charset
encoding of the stream
- xmlOutputFactory
factory from which to get an XMLStreamWriter
- def writer(xmlOutputFactory: XMLOutputFactory): Flow[ParseEvent, ByteString, NotUsed]
Writer Flow that takes a stream of XML events similar to SAX and write ByteStrings.
Writer Flow that takes a stream of XML events similar to SAX and write ByteStrings.
- xmlOutputFactory
factory from which to get an XMLStreamWriter
- def writer(charset: Charset): Flow[ParseEvent, ByteString, NotUsed]
Writer Flow that takes a stream of XML events similar to SAX and write ByteStrings.
Writer Flow that takes a stream of XML events similar to SAX and write ByteStrings.
- charset
encoding of the stream
- def writer(): Flow[ParseEvent, ByteString, NotUsed]
Writer Flow that takes a stream of XML events similar to SAX and write ByteStrings.
Writer Flow that takes a stream of XML events similar to SAX and write ByteStrings. encoding UTF-8