public class TableXmlWriter extends ModelXmlWriter
| Constructor and Description |
|---|
TableXmlWriter(Table table) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(List columnXmlWriters,
DataWriter writer)
Write the table data to XML to the given writer.
|
writeTextpublic TableXmlWriter(Table table)
public void write(List columnXmlWriters, DataWriter writer)
columnXmlWriters - A list of column xml writers for writing out the bean's values to XMLwriter - The writer to write toCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.