public void writeToXml(ComponentKey componentKey, Component component,
JRXmlWriter reportWriter) throws IOException
{
if (component instanceof ListComponent)
{
ListComponent list = (ListComponent) component;
writeList(list, componentKey, reportWriter);
}
else if (component instanceof TableComponent)
{
TableComponent table = (TableComponent) component;