I want to read a html file line and line and need to store the elements .for textbox i have to store the id,name,type attribute values into some collection. In the same i need to get attributes for checkbox, radiobox etc
Is their any API to parse the html file line by line.