I think, one can get an idea how it works when looking at functionaltests/org/acmsl/htmlparser/html.
In that folder there is a unittest file called HTMLProcessorTest.java, which contains all you need to know.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think its very important, that you include an example.
I think, one can get an idea how it works when looking at functionaltests/org/acmsl/htmlparser/html.
In that folder there is a unittest file called HTMLProcessorTest.java, which contains all you need to know.
thank you...