If there is a way, how to do this, I'd like to know the most elegant one.
Here is the question:
- Let's assume you have an abstract class Z
- You have two ...
Edit: here's how I'm loading the XML document, as I used it in Blaise's answer. I'm loading it like this because I want to work with a node, not the ...
I think I have finally narrowed down one of my problems. I am using Jaxb w/Moxy implementation. I am using Xpath notation in my binding file. I am not ...