|
Nux 1.4 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
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 | ||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |