Hi, Just wondering if it is possible to retrieve all objects of a specific class from an object tree including if they are contained somewhere in the list. Will this work
Iterator iterator = context.iterate("//com.mycompany.MyObject.new()"); Thanks.
Hi, Just wondering if it is possible to retrieve all objects of a specific class from an object tree including if they are contained somewhere in the list. Will this work
Iterator iterator = context.iterate("//com.mycompany.MyObject.new()"); Thanks.