The HTMLTree class allows you to easily set up a hierarchical tree
of HTML elements that you can use in HTML pages.
This class provides methods to get and set various attributes
of the tree, in addition to methods allowing you to:
- Get and set the HTTP Servlet Request
- Add an HTMLTreeElement or FileTreeElement to the tree
- Remove an HTMLTreeElement or FileTreeElement from the tree
Examples: Using HTMLTree classes
The
following examples show different ways to use the HTMLTree classes.