public class XMLConverter extends LogConverter
This class is here for simmetry with other conversions
but the real work is delegated to the ILogEntry.
ADDITIONAL_DATA_ID, colIndex| Constructor and Description |
|---|
XMLConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convert(ILogEntry log)
Convert the log to a string of the given format
|
java.lang.String |
getHeader()
Generate the header for the given converter.
|
setCols, setColspublic java.lang.String convert(ILogEntry log)
LogConverterconvert in class LogConverterlog - The log to convert to a StringLogConverterpublic java.lang.String getHeader()
LogConverterIf no header is needed, the heder return an empty string.
getHeader in class LogConverterLogConverter