org.htmlparser.tags
public class TableRow extends CompositeTag
| Constructor Summary | |
|---|---|
| TableRow()
Create a new table row tag. | |
| Method Summary | |
|---|---|
| int | getColumnCount()
Get the number of columns in this row. |
| TableColumn[] | getColumns()
Get the column tags within this TR (table row) tag. |
| String[] | getEnders()
Return the set of tag names that cause this tag to finish. |
| String[] | getEndTagEnders()
Return the set of end tag names that cause this tag to finish. |
| int | getHeaderCount()
Get the number of headers in this row. |
| TableHeader[] | getHeaders()
Get the header of this table |
| String[] | getIds()
Return the set of names handled by this tag. |
| boolean | hasHeader()
Checks if this table has a header |
Returns: The number of columns in this row.
Note: this is a a simple count of the number of {@.html Returns: The {@.html Returns: The names of following tags that stop further scanning. Returns: The names of following end tags that stop further scanning. Returns: The count of header tags in this row. Returns: Table header tags contained in this row. Returns: The names to be matched that create tags of this type. Returns: } tags and
may be incorrect if the {@.html } tags span multiple columns.
getColumns
TR (table row) tag.} tags contained by this tag.
getEnders
getEndTagEnders
getHeaderCount
getHeaders
getIds
hasHeader
true if there is a header tag. HTML Parser is an open source library released under LGPL.