KXML
From Seo Wiki - Search Engine Optimization and Programming Languages
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions are available. (February 2009) |
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]
[edit] References
- ↑ Jonathan Knudsen (March 7, 2002), Parsing XML in J2ME, Online Article, Sun Developer Network
[edit] External links
| File:LampFlowchart.svg | This computer programming-related article is a stub. You can help Wikipedia by expanding it. |