public class TableXMLGenerator extends java.lang.Object implements XMLGenerator
XMLGenerator
that formats a table.
If the passed builder is a ContentBuilder
it will use
the ContentBuilder.addTable(AppContext, Table)
method.Constructor and Description |
---|
TableXMLGenerator(AppContext conn,
java.text.NumberFormat nf,
Table t) |
Modifier and Type | Method and Description |
---|---|
SimpleXMLBuilder |
addContent(SimpleXMLBuilder builder)
Add the target object to a
SimpleXMLBuilder |
java.lang.String |
toString() |
public TableXMLGenerator(AppContext conn, java.text.NumberFormat nf, Table t)
public SimpleXMLBuilder addContent(SimpleXMLBuilder builder)
XMLGenerator
SimpleXMLBuilder
addContent
in interface XMLGenerator
builder
- SimpleXMLBuilder
public java.lang.String toString()
toString
in class java.lang.Object