How to Install and Uninstall libkxml2-java-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "libkxml2-java-doc" package

Please follow the step by step instructions below to install libkxml2-java-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libkxml2-java-doc

2. Uninstall "libkxml2-java-doc" package

Please follow the instructions below to uninstall libkxml2-java-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libkxml2-java-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libkxml2-java-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libkxml2-java-doc
Priority: extra
Section: universe/doc
Installed-Size: 880
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Java Maintainers
Architecture: all
Source: kxml2
Version: 2.3.0+ds1-2
Filename: pool/universe/k/kxml2/libkxml2-java-doc_2.3.0+ds1-2_all.deb
Size: 52502
MD5sum: ed041b4807172072ca582d456882c224
SHA1: 6075befd3168d3ddc45662cd7b0c49616bd6a610
SHA256: 2995ce1339618ab7bcc8426aa244454259ae4b231cc1e5e58c3129678158a1c8
Description-en: small XML parser, designed for small environments - docs
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.
.
This package contains the documentation.
Description-md5: 1cc142e83db7a0e1e6701086644dd1ca
Homepage: http://kxml.sourceforge.net/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu