chrisblutz / EasyXML

A Java library that makes dealing with XML files much easier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A Java library that makes dealing with XML files much easier


Languages

Language:Java 100.0%