C
- R
- public class TableXMLDataFormatter<C,R> extends java.lang.Object implements TableFormatPolicy<C,R>
Table
to a SimpleXMLBuilder
this uses an alternative format where each row becomes a data record with element names
following the column headings.Modifier and Type | Field and Description |
---|---|
protected SimpleXMLBuilder |
hb |
Constructor and Description |
---|
TableXMLDataFormatter(SimpleXMLBuilder builder,
java.text.NumberFormat nf) |
protected final SimpleXMLBuilder hb
public TableXMLDataFormatter(SimpleXMLBuilder builder, java.text.NumberFormat nf)