Skip navigation links

Package org.conqat.lib.commons.xml

This package defines a simple, lean framework for writing and reading XML files.

See: Description

Package org.conqat.lib.commons.xml Description

This package defines a simple, lean framework for writing and reading XML files. This is by no means a complete persistance or XML publishing framework but only a very thin abstraction layer on top of DOM/SAX to enable a cleaner, redundancy-free and better modularized way of XML processing.

The core of the framework is defined by the classes XMLWriter and XMLReader. Please have a look at the examples in test-src folder for further documentation.