File: control

package info (click to toggle)
kxml2 2.3.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,192 kB
  • ctags: 1,319
  • sloc: java: 5,607; xml: 82; makefile: 18
file content (64 lines) | stat: -rw-r--r-- 2,664 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Source: kxml2
Section: java
Priority: extra
Maintainer: David Paleino <dapal@debian.org>
Build-Depends:
 debhelper (>= 7.3.3~)
 , libxpp3-java
 , ant
 , default-jdk
Standards-Version: 3.8.4
Homepage: http://kxml.sourceforge.net/
Vcs-Git: git://git.debian.org/collab-maint/kxml2.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/kxml2.git;a=summary

Package: libkxml2-java
Architecture: all
Depends:
 ${java:Depends}
 , ${misc:Depends}
Description: 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.

Package: libkxml2-java-doc
Architecture: all
Section: doc
Depends:
 ${java:Depends}
 , ${misc:Depends}
Description: 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.