/EasyXML

A Java library that makes dealing with XML files much easier

Primary LanguageJava

Travis CI Build Status: Build Status

EasyXML

EasyXML is a library for Java that allows for easier use of XML files. Instead of using nodes, documents, and elements, EasyXML uses XMLTrees and XMLTags. These allow for easier access to data stored in the XML file without large amounts of code that could be avoided.