Simple XML Reader
This is a small utility class that I often reuse to read values from an XML file. It uses Java’s built-in XML parsing but implements two basic yet useful methods so that the logic is abstracted away: getElementValue() and getElementValues().

Continue Reading