Hi everybody
I have to write a java program that reads a file (which could be in HTML ,
SWRL , XML , ....) and locates specific tags , then extracts the values of
those specific tasks and manipulates it .
For example , it should go to <p> and find the value inside closed tags.
then I will instruct it to go to <Style> tag in the file and do something
else
Could someone please tell me what is the right function which handles this ?
I checked javadoc and found seek , but it takes a position value ...
I am new in Java and appreciate all your help
Gol
opalpa opalpa@gmail.com http://opalpa.info - 10 Oct 2006 09:14 GMT
HTMLEditorKit.ParserCallback for HTML parsing.
Check out
http://java.sun.com/j2se/1.4.2/docs/api/org/w3c/dom/Document.html for
XML or HTML functionality.
opalpa
opalpa@gmail.com
http://opalpa.info/