public static interface HtmlWriteOptions.ElementCreator
Modifier and Type | Method | Description |
---|---|---|
default org.jsoup.nodes.Element |
create(String elementName) |
|
org.jsoup.nodes.Element |
create(String elementName,
tech.tablesaw.columns.Column<?> column,
Integer row) |
Called for each element created.
|
org.jsoup.nodes.Element create(String elementName, tech.tablesaw.columns.Column<?> column, Integer row)
elementName
- element type to create. E.g. table, thead, tbody, tr, th, tdcolumn
- the column this table cell corresponds to. null if not a td or throw
- the row this table cell corresponds to. null if not a td or tr in table bodydefault org.jsoup.nodes.Element create(String elementName)
Copyright © 2021. All rights reserved.