Uses of Class
edu.nrao.sss.html.HtmlTable

Packages that use HtmlTable
edu.nrao.sss.html HTML support. 
 

Uses of HtmlTable in edu.nrao.sss.html
 

Methods in edu.nrao.sss.html that return HtmlTable
 HtmlTable HtmlTableRow.getParentTable()
          Returns the table to which this row belongs.
 HtmlTable HtmlTable.toCompressedTable()
          Returns a new table that is an expanded form of this table.
 HtmlTable HtmlTable.toExpandedTable()
          Returns a new table that is an expanded form of this table.
 

Methods in edu.nrao.sss.html that return types with arguments of type HtmlTable
static List<HtmlTable> HtmlTable.createFromHtml(Reader source)
          Returns a list of new HTML tables created by parsing the given source.
 

Methods in edu.nrao.sss.html with parameters of type HtmlTable
 void HtmlTableTagHandler.reset(int tableOccurrenceToRead, HtmlTable destination)
           
 

Method parameters in edu.nrao.sss.html with type arguments of type HtmlTable
 void HtmlTableTagHandler.reset(List<HtmlTable> destination)
           
 

Constructors in edu.nrao.sss.html with parameters of type HtmlTable
HtmlTableTagHandler(int tableOccurrenceToRead, HtmlTable destination)
          Creates a handler that will place the nth occurrence of an HTML table presented to it into destination, where n is tableOccurrenceToRead.
 

Constructor parameters in edu.nrao.sss.html with type arguments of type HtmlTable
HtmlTableTagHandler(List<HtmlTable> destination)
          Creates a handler that will append all tables parsed to the given list.
 



Copyright © 2009. All Rights Reserved.