All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.conqat.lib.commons.xml.package.html Maven / Gradle / Ivy

The newest version!




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 {@link org.conqat.lib.commons.xml.XMLWriter} and {@link org.conqat.lib.commons.xml.XMLReader}. Please have a look at the examples in src/test/java folder for further documentation.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy