How to get Inner array child element in XML using ximpleware
AutoPilot searchProperties = new AutoPilot(); searchProperties.selectXPath("/BatchItemSearchResultAnswer/Result/SearchProperties/Content/Item"); searchProperties.bind(nav); searchPro searchOption = new searchPro(); while (searchProperties.evalXPath() != -1) { //reuser name.resetXPath(); name.selectXPath("Name"); searchOption.id = Id.evalXPathToString(); searchOption.name = name.evalXPathToString(); Log.e("SearchId", Id.evalXPathToString()); Log.e("SearchName", name.evalXPathToString()); Image.resetXPath(); Image.selectXPath("/BatchItemSearchResultAnswer/Result/SearchProperties/Content/Item