Nux 1.4

Uses of Package
nux.xom.io

Packages that use nux.xom.io
nux.xom.binary Serializes (encodes) and deserializes (decodes) XOM XML documents to and from an efficient and compact custom binary XML data format, without loss or change of any information. 
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. 
nux.xom.pool Efficient and flexible pools and factories for Documents, XQueries, and XSL Transforms, as well as Builders that validate against W3C XML Schemas, DTDs, RELAX NG, Schematron, etc. 
 

Classes in nux.xom.io used by nux.xom.binary
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.
 

Classes in nux.xom.io used by nux.xom.io
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.
 

Classes in nux.xom.io used by nux.xom.pool
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.
 


Nux 1.4