X2S
A simple DOM parser in Java
X2S is a very simple DOM parser. The aim is to retrieve attributes and text-values from an XML DOM document in the case that you don't need all features and complexity of XPath and/or XQuery. For example, if it could be useful a method to retrieve all text-values from a DOM relative path like:
/root-node/persons/person/name
or the attributes from a string like:
/root-node/persons/person/id