kxml2 2.3.0+ds1-2.1 source package in Ubuntu
Changelog
kxml2 (2.3.0+ds1-2.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. * No source change upload to rebuild on buildd with .buildinfo files. -- Holger Levsen <email address hidden> Mon, 28 Dec 2020 01:58:32 +0100
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- java
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | java | |
Lunar | release | universe | java | |
Kinetic | release | universe | java | |
Jammy | release | universe | java |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
kxml2_2.3.0+ds1-2.1.dsc | 2.0 KiB | f9b424869a9fe08978d803f67cb184d120f7dbd9a44960d2730d312ffbda2ce5 |
kxml2_2.3.0+ds1.orig.tar.gz | 97.2 KiB | 020fe0ec709e2309c0ae5ef0ebf709947ba812a1cfbe52ada4e35ae9df3e8d08 |
kxml2_2.3.0+ds1-2.1.debian.tar.xz | 3.6 KiB | fd4aa2c958f704d59afdc16b7a2551c4aa81e1f3ab93ad3d7979e81f1bae8432 |
Available diffs
No changes file available.
Binary packages built by this source
- libkxml2-java: small XML parser, designed for small environments
kXML is a small XML pull parser, specially designed for constrained
environments such as Applets, Personal Java or MIDP devices. In
contrast to kXML 1, kXML 2 is based on the common XML pull API.
.
Pull based XML parsing combines some of the advantages of SAX and DOM:
.
- In contrast to push parsers (SAX), pull parsers such as kXML make it
possible to model the XML processing routines after the structure of
the processed XML document. Events processing is similar to an
InputStream. If a part of the stream requires special handling, the
parser can simply be delegated to a specialized method by handing over
the parser.
- While the above is also possible with an explicit DOM, DOM usually
requires that the whole document structure is present in main memory.
- In contrast to DOM based parsing, the XML events are accessible
immediately when they are available, it is not necessary to wait for
the whole tree to build up.
- libkxml2-java-doc: No summary available for libkxml2-java-doc in ubuntu hirsute.
No description available for libkxml2-java-doc in ubuntu hirsute.