Package tech.tablesaw.io.html
Class HtmlReader
- java.lang.Object
-
- tech.tablesaw.io.html.HtmlReader
-
- All Implemented Interfaces:
tech.tablesaw.io.DataReader<HtmlReadOptions>
public class HtmlReader extends Object implements tech.tablesaw.io.DataReader<HtmlReadOptions>
-
-
Constructor Summary
Constructors Constructor Description HtmlReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description tech.tablesaw.api.Table
read(HtmlReadOptions options)
tech.tablesaw.api.Table
read(tech.tablesaw.io.Source source)
static void
register(tech.tablesaw.io.ReaderRegistry registry)
-
-
-
Method Detail
-
register
public static void register(tech.tablesaw.io.ReaderRegistry registry)
-
read
public tech.tablesaw.api.Table read(HtmlReadOptions options)
- Specified by:
read
in interfacetech.tablesaw.io.DataReader<HtmlReadOptions>
-
read
public tech.tablesaw.api.Table read(tech.tablesaw.io.Source source)
- Specified by:
read
in interfacetech.tablesaw.io.DataReader<HtmlReadOptions>
-
-