Uses of Class
org.htmlparser.tags.TableRow
-
Packages that use TableRow Package Description org.htmlparser.tags The tags package contains specific tags. -
-
Uses of TableRow in org.htmlparser.tags
Methods in org.htmlparser.tags that return TableRow Modifier and Type Method Description TableRow
TableTag. getRow(int index)
Get the row at the given index.TableRow[]
TableTag. getRows()
Get the row tags within this table.
-