Hi,
I have successfully parsed my HTML codes and did some modification to
the Strings which is the content of website . However I still failed to
insert back some of the modification I made to HTMLTag's instance.
In HTMLTag , I noticed that there is a method named setText(String
text). I managed to HTMLTag::getText() and did some modification on the
return string but I failed to insert back the modification with
setText(String text). Calling setText(String text) didn't make any
effect on the final output of HTML code.
What is your solution ? :)
Thanks :)
|