net.sf.jasperreports.components.sort
Class SortComponentXmlWriter

java.lang.Object
  extended by net.sf.jasperreports.components.sort.SortComponentXmlWriter
All Implemented Interfaces:
ComponentXmlWriter

public class SortComponentXmlWriter
extends java.lang.Object
implements ComponentXmlWriter

Version:
$Id: SortComponentXmlWriter.java 4638 2011-09-28 15:24:57Z narcism $
Author:
Narcis Marcu (narcism@users.sourceforge.net)

Constructor Summary
SortComponentXmlWriter()
           
 
Method Summary
protected  void writeSortComponent(SortComponent sortComponent, ComponentKey componentKey, JRXmlWriter reportWriter)
           
 void writeToXml(ComponentKey componentKey, Component component, JRXmlWriter reportWriter)
          Outputs the XML representation of a component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortComponentXmlWriter

public SortComponentXmlWriter()
Method Detail

writeToXml

public void writeToXml(ComponentKey componentKey,
                       Component component,
                       JRXmlWriter reportWriter)
                throws java.io.IOException
Description copied from interface: ComponentXmlWriter
Outputs the XML representation of a component.

Specified by:
writeToXml in interface ComponentXmlWriter
Parameters:
componentKey - the component type key
component - the component instance
reportWriter - the report writer to which output is to be written
Throws:
java.io.IOException - exceptions produced while writing to the output stream
See Also:
ComponentKey.getNamespacePrefix(), JRXmlWriter.getXmlWriteHelper()

writeSortComponent

protected void writeSortComponent(SortComponent sortComponent,
                                  ComponentKey componentKey,
                                  JRXmlWriter reportWriter)
                           throws java.io.IOException
Throws:
java.io.IOException


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com