I want to get all child nodes of root node.
ex:
Root
child1
child1.child1
child2
child2.child1
Now I want to get the two child nodes called "child1" and "child2".
How to do that? Is there any possibilities?
Please help me, Thanks in advance..