Package tech.tablesaw.io.html
Class HtmlReader
java.lang.Object
tech.tablesaw.io.html.HtmlReader
- All Implemented Interfaces:
tech.tablesaw.io.DataReader<HtmlReadOptions>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontech.tablesaw.api.Tableread(HtmlReadOptions options) tech.tablesaw.api.Tableread(tech.tablesaw.io.Source source) static voidregister(tech.tablesaw.io.ReaderRegistry registry)
-
Constructor Details
-
HtmlReader
public HtmlReader()
-
-
Method Details
-
register
public static void register(tech.tablesaw.io.ReaderRegistry registry) -
read
- Specified by:
readin interfacetech.tablesaw.io.DataReader<HtmlReadOptions>
-
read
public tech.tablesaw.api.Table read(tech.tablesaw.io.Source source) - Specified by:
readin interfacetech.tablesaw.io.DataReader<HtmlReadOptions>
-