DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibkxml2-java
Beschreibungsmall XML parser, designed for small environments
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version2.3.0+ds1-1
Sektionjava
Prioritätextra
Installierte Größe204 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerDavid Paleino
Quellekxml2
Paketgröße150482 Byte
Prüfsumme MD5078678ea4250a8886647d613e52146f9
Prüfsumme SHA1b292e995d0b3c811df7d86904bf01b75151a9c09
Prüfsumme SHA256d5561fd59fb43e4c359019ff7630fe8e4fe46474c15576c627498ce3e395ea1d
Link zum Herunterladenlibkxml2-java_2.3.0+ds1-1_all.deb
Ausführliche BeschreibungkXML 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.


Impressum
Linux is a registered trademark of Linus Torvalds