Hi All,
Dont know whether this is the right place to post this question, but any help in this is appreciated.
I am using an html parser to parse an html web page. Now I would like to display this parsed webpage as a tree strcuture with root node, parent nodes and leaf nodes.
I am using java for this.
I would like to know whether there exists any packages or libraries that directly converts the given html code to a tree strcuture and displays it.
If there is any, I request you to help me with the same!!
Thanks!!
Dont know whether this is the right place to post this question, but any help in this is appreciated.
I am using an html parser to parse an html web page. Now I would like to display this parsed webpage as a tree strcuture with root node, parent nodes and leaf nodes.
I am using java for this.
I would like to know whether there exists any packages or libraries that directly converts the given html code to a tree strcuture and displays it.
If there is any, I request you to help me with the same!!
Thanks!!
Comment