public class ColumnXmlWriter extends ModelXmlWriter
| Constructor and Description |
|---|
ColumnXmlWriter(Column column,
String value)
Creates a new column writer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
writeAttribute(DataWriter writer)
Writes the column data as an attribute of the parent element if possible.
|
boolean |
writeSubElement(DataWriter writer)
Writes any sub elements necessary for the column.
|
writeTextpublic boolean writeAttribute(DataWriter writer)
writer - The writer to write totrue if something was writtenpublic boolean writeSubElement(DataWriter writer)
writer - The writer to write totrue if something was writtenCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.