| Existing JAXPXPathExpression evaluates only to strings. This subclass allows to use XStream to evaluate a part of a message into an object of any type. For example if a message carries XML like
<message>
<params>
<map>
<entry>
<key>key1</key>
<value>value1</value>
</...>
and xpath=/message/params/map
then this JAXPXPathXStreamExpression evaluates it into java.util.Map Please tell me what you think. Andrew. |
xpathxstream.patch
Description: Binary data
