Navigating the Tree
CLTreeView presents the tree hierarchy of an XML document on the left hand side, in the Tree View. This section shows you how to efficiently navigate .xml hierarchies in the Tree View window. Although you can use the mouse and pointer to manually expand nodes of the Tree, CLTreeView supports more efficient ways to navigate:
Expanding the entire Tree
In order to view the expand the entire XML hierarchy, follow these steps:
- Highlight the top-level folder in the Tree View window.
- Select Tree>Expand_Branch. All nodes of the document expand in the Tree View window.
Use Tree>Collapse_Branch to collapse the selected XML hierarchy.
Stepping through the Tree sentence-by-sentence
In order to move to the next or previous sentence in the Tree, follow these steps:
- Click the black right arrow icon in the CLTreeView toolbar. The Tree automatically expands to reveal the next sentence, if any, in the document. The sentence is highlighted in Tree View, appears in Text Editor, and is automatically checked.
- Click the black left arrow in the CLTreeView toolbar. The Tree automatically expands to reveal the previous sentence, if any, in the document. The sentence is highlighted in Tree View, appears in Text Editor, and is automatically checked.
Note that you may also use the Tree>Next_Text or Tree>Previous_Text menu commands or their associated keyboard commands to accomplish this.