Process XML smart
The Light Development XML Package provides a simple and universal way to read and write XML
as well as to display and edit XML structures and content.
Lean XML parser
The package focuses on basic XML parsing which is why it has an extremely small footprint of only 16 KB
for its class binaries.
Whenever an own solution requires persistent storage and retrieval of objects in XML format the
Light Development XML package takes away the need to invent the core functionality of XML parsing,
reading and writing without the requirement to learn and implement a big XML framework or to add
hughe code libraries to own solutions.
Fast and simple processing
Being used in other Light Development products too it can be added to arbitrary solutions
requiring XML parsing. The package is capable to handle even large amounts of XML data and allows
to process XML on the fly because it parses data fast and triggers handler
methods as the parse process runs.
Classes, source codes and documentation
The package consists of the class binaries in a Java archive file. The binaries are accompanied
by a
user manual
and full
API documentation. Full source codes are included in the package as well.
Please note
To incorporate the Light Development XML Package in own applications the latest version
of the Java Software Development Kit (SDK) is required.
|