Hi,
I am converting a given html document into a tree structure and displaying it using JTree and DefaultMutable classes.
By using the html parser and the JTree functionality, I can display the html doc as tree structure, but now I would like to get the subtrees only of that tree when clicked on any of the nodes in the tree or else If I input the node, I need to display only the subtree associated with that node and not the entire tree. Is there any function to do that or else if I need to parse with along the tree structure, How can I do that and what functions and classes are available for that.
Any help is appreciated.
Thanks!!!