java - Android HTML data parsing specific line -


<br /><br /><b>register no &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp; 1515041 </b><br><br><b>name &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&nbsp;selvamani k<br><br>branch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;&nbsp;&nbsp;&nbsp;b.e.computer science , engineering</b><br><br><table class="ui blue unstackable compact striped table"><thead><tr><th>subcode</th><th>subname</th><th>semno</th><th>grade</th><th>result</th></b></th></thead><tbody><tr align='left'><td>15mab12</td><td>discrete mathematics</td><td>4</td><td>b+</td><td>p</b></td></tr></tbody><tbody><tr align='left'><td>15csc04</td><td>data structure - ii</td><td>3</td><td>f</td><td>f</b></td></tr></tbody><tbody><tr align='left'><td>15csc05</td><td>design , analysis of algorithms</td><td>4</td><td>b</td><td>p</b></td></tr></tbody><tbody><tr align='left'><td>15csc06</td><td>operating systems</td><td>4</td><td>b</td><td>p</b></td></tr></tbody><tbody><tr align='left'><td>15csc07</td><td>database management systems</td><td>4</td><td>c</td><td>p</b></td></tr></tbody><tbody><tr align='left'><td>15csc74</td><td>operating systems lab</td><td>4</td><td>a</td><td>p</b></td></tr></tbody><tbody><tr align='left'><td>15csc75</td><td>database management systems lab</td><td>4</td><td>a</td><td>p</b></td></tr></tbody><tbody><tr align='left'><td>15cse01</td><td>total quality management</td><td>4</td><td>b+</td><td>p</b></td></tr></tbody><tbody><tr align='left'><td>15css06</td><td>microprocessors , microcontrollers</td><td>4</td><td>b+</td><td>p</b></td></tr></tbody><tbody><tr align='left'><td>15css75</td><td>microprocessors , microcontroller lab</td><td>4</td><td>a+</td><td>p</b></td></tr></tbody></table> 

this line in html document in 35th line , want extract data between tags should do?

explain please!!!

first need convert html string plaintext , able parse 35th line json..

  • when parser goes 35th line should string string variable .after may try this

    string plaintext = html.fromhtml(html.fromhtml(mhtmlstring).tostring())


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -