Packages

object XmlWriting

Source
XmlWriting.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. XmlWriting
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

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

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

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

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