getTableStartingWith(String text) Returns the first table in this HTML segment which has the specified text as the full text of
its first non-blank row and non-blank column.
getTableStartingWithPrefix(String text) Returns the first table in this HTML segment which has the specified text as a prefix of the text
in its first non-blank row and non-blank column.
Returns the first table in the response which matches the specified predicate and value.
Will recurse into any nested tables, as needed.
the selected table, or null if none is found
Returns the forms found in this HTML segment in the order in which they appear.
exception: SAXException - thrown if there is an error parsing the segment.
Returns the first link which contains an image with the specified text as its 'alt' attribute.
exception: SAXException - thrown if there is an error parsing the segment.
Returns the links found in this HTML segment in the order in which they appear.
exception: SAXException - thrown if there is an error parsing the segment.
Returns the first table in this HTML segment which has the specified text as the full text of
its first non-blank row and non-blank column. Will recurse into any nested tables, as needed.
the selected table, or null if none is found exception: SAXException - thrown if there is an error parsing the segment.
Returns the first table in this HTML segment which has the specified text as a prefix of the text
in its first non-blank row and non-blank column. Will recurse into any nested tables, as needed.
the selected table, or null if none is found exception: SAXException - thrown if there is an error parsing the segment.
Returns the first table in this HTML segment which has the specified text as its ID attribute.
Will recurse into any nested tables, as needed.
the selected table, or null if none is found exception: SAXException - thrown if there is an error parsing the segment.
Returns the first table in this HTML segment which has the specified text as its summary attribute.
Will recurse into any nested tables, as needed.
the selected table, or null if none is found exception: SAXException - thrown if there is an error parsing the segment.
Returns the top-level tables found in this HTML segment in the order in which
they appear.
exception: SAXException - thrown if there is an error parsing the segment.
Returns the top-level block elements found in the page in the order in which they appear.
exception: SAXException - thrown if there is an error parsing the segment. since: 1.6