kXML

From HandWiki
Revision as of 03:29, 24 December 2020 by imported>LinuxGuru (over-write)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


kXML is a lightweight Java-based XML parser designed to run on limited, embedded systems such as personal mobile devices. It is a pull parser which means it reads a little bit of the document at once. Then the application drives the parser through the document by repeatedly requesting the next piece.[1]

References

  1. Jonathan Knudsen (March 7, 2002), Parsing XML in J2ME, Online Article, Sun Developer Network

External links