JXPath: Query complex Java object trees using the XPath expression language
March 23rd, 2007“…I needed an easy way to traverse Java object trees and extract values from the objects. Instead of continually going through huge iterator-if-else setups, I wanted a tool that would allow me to simply say, “I want the object with id=X, and from that object, I need the value of property A.” In essence, I […]