How to parse the "File" node under "File and Folder Items" using Xpath
<TreeView>
- <Node>
Catalog
- <Node>
Device Items
<Node>A1</Node>
<Node>A2</Node>
</Node>
- <Node>
File and Folder Items
<Node>File</Node> <-- here!!!
<Node>Folder</Node>
</Node>
<Node>CCC</Node>
</Node>
</TreeView>