public class DeDupTableXMLFormatter<C,R> extends TableXMLFormatter<C,R>
TableXMLFormatter
that merges duplicate entries in a column.hb
Constructor and Description |
---|
DeDupTableXMLFormatter(SimpleXMLBuilder builder,
java.text.NumberFormat nf) |
DeDupTableXMLFormatter(SimpleXMLBuilder builder,
java.text.NumberFormat nf,
java.lang.String style) |
Modifier and Type | Method and Description |
---|---|
void |
addBody(Table<C,R> t) |
protected void |
addTd(Table<C,R> t,
R row_key,
int row,
int col,
C key,
java.lang.Object n,
java.lang.String dc,
int cols,
int rows) |
add, addCell, addColumn, addContent, getTableTag, setTableSections, setUseScope
public DeDupTableXMLFormatter(SimpleXMLBuilder builder, java.text.NumberFormat nf, java.lang.String style)
builder
- nf
- style
- public DeDupTableXMLFormatter(SimpleXMLBuilder builder, java.text.NumberFormat nf)
builder
- nf
-