Nux 1.4

Package nux.xom.io

Using memory consumption close to zero, streaming serialization enables writing arbitrarily large XML documents onto a destination, such as an OutputStream, both for standard textual XML as well as binary XML.

See:
          Description

Interface Summary
StreamingSerializer Using memory consumption close to zero, this interface enables writing arbitrarily large XML documents onto a destination, such as an OutputStream; conceptually similar to the STAX XMLStreamWriter interface, except that it is more XOM friendly, easier to use, and that implementations are required to guarantee XML wellformedness due to relevant sanity checks.
 

Class Summary
StreamingSerializerFactory Factory creating instances of StreamingSerializer implementations.
 

Package nux.xom.io Description

Using memory consumption close to zero, streaming serialization enables writing arbitrarily large XML documents onto a destination, such as an OutputStream, both for standard textual XML as well as binary XML.


Nux 1.4