Get All Child Nodes
Hi,
How to get all child nodes under root node(Myapp)?
Myapp
- node1 - node1.1 , node1.2
- node2
node1 is child node of root node and node1.1, node1.2 are child node of node1.
Kindly any one help me to get Node1, Node1.1, Node1.2 and node2
Thanks,
C.Srinivasan