org.htmlparser.tags
public class TableTag extends CompositeTag
Constructor Summary | |
---|---|
TableTag()
Create a new table tag. |
Method Summary | |
---|---|
String[] | getEndTagEnders()
Return the set of end tag names that cause this tag to finish. |
String[] | getIds()
Return the set of names handled by this tag. |
TableRow | getRow(int index)
Get the row at the given index. |
int | getRowCount()
Get the number of rows in this table. |
TableRow[] | getRows()
Get the row tags within this table. |
String | toString()
Return a string suitable for debugging display. |
Returns: The names of following end tags that stop further scanning.
Returns: The names to be matched that create tags of this type.
Parameters: index The row number (zero based) to get.
Returns: The row for the given index.
Returns: The number of rows in this table.
Note: this is a a simple count of the number of {@.html Returns: The rows directly contained by this table. Returns: The table as HTML, sorry. } tags and
may be incorrect if the {@.html } tags span multiple rows.
getRows
toString
HTML Parser is an open source library released under LGPL.