Hi!
How can I  retrieve type information using jxpath? 

I need to determine type of element that resides in specified location.


Something like :

String addressType = <some>.getTypeByPath("/employee/address");

,so

System.out.println(addressType);


prints full qualified class name: com.myapp.Address





Thanks a lot!

Peter Kovgan

Reply via email to