Hi Shitikantha,
To get hold of node context, you can try like this in tree select function:
select: function(oEvent){ var oSelectedContext = oEvent.getParameter("nodeContext"); }
API: JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.ui.commons.Tree
Regards,
Sai Vellanki.