Difference between revisions of "Xmlstreambuffer"

From Free Software Directory
Jump to: navigation, search
(Debian import)
(No difference)

Revision as of 14:40, 18 August 2015


[edit]

Xmlstreambuffer

http://xmlstreambuffer.java.net
XML Stream Buffer

A stream buffer is a stream-based representation of an XML info- set in Java. Stream buffers are designed to: provide very efficient stream-based memory representations of XML info-sets; and be created and processed using any Java-based XML API.

Conceptually a stream buffer is similar to the representation used in the Xerces deferred DOM implementation, with the crucial difference that a stream buffer does not store hierarchical information like parent and sibling information. The deferred DOM implementation reduces memory usage when large XML documents are parsed but only a subset of the document needs to be processed. (Note that using deferred DOM will be more expensive than non- deferred DOM in terms of memory and processing if all the document is traversed.)

Stream buffers may be used as an efficient alternative to DOM where: * most or all of an XML info-set will eventually get traversed; and/or * targeted access to certain parts of an XML info-set are required and need to be efficiently processed using stream-based APIs like SAX or StAX.





Licensing

License

Verified by

Verified on

Notes

License

Other

Verified by

Debian: Timo Aaltonen <tjaalton@ubuntu.com>

Verified on

25 February 2014

Notes

License: cddl-1.1 or gpl-2 with classpath exception

License

Other

Verified by

Debian: Timo Aaltonen <tjaalton@ubuntu.com>

Verified on

25 February 2014

Notes

License: apache-2.0 or cddl-1.1 or gpl-2 with classpath exception




Leaders and contributors

Resources and communication

AudienceResource typeURI
Debian (Ref)https://tracker.debian.org/pkg/xmlstreambuffer
Downloadhttp://xmlstreambuffer.java.net/


Software prerequisites




Entry




Date 2015-07-17
Source Debian
Source link http://packages.debian.org/sid/xmlstreambuffer

[[Category:]]











Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.