Hi sweta
Pls try like this
InputStream inputstream =Core.getFileDocumentContent(getContext(), __XML);
You would need to iterate the list. Something like this should work.
for (myfirstmodule.proxies.PXMLUpload pvxml : this.PVXML) {
InputStream PMl Core.getFileDocumentContent(context, pvxml.getMendixObject());
x.AccessPxml(PMl);
}
Hope this helps.