I need to parse an xpath expression to retrieve node name/attribute/predicate/etc. from the expression for further processing. I am not addressing into a specific xml file.
For the xpath
/root/nodeA[@attributeA=123]
I would like the parsed node name: [root, nodeA] and for nodeA I have attributeA=123
I need to support xpath 2.0, and as far as I know, Jaxen only supports xpath 1.0.