Possible Duplicate:
Check the Node kind in an XML Tree
I have created an XML Tree from an XMl file, where each node is initialized with method initWithKind:
or initWithKind: Option:
.
How can I check the kind of node, while tracing the entire tree structure.