net.sf.jasperreports.components.sort
Class SortComponentXmlWriter
java.lang.Object
net.sf.jasperreports.components.sort.SortComponentXmlWriter
- All Implemented Interfaces:
- ComponentXmlWriter
public class SortComponentXmlWriter
- extends Object
- implements ComponentXmlWriter
- Version:
- $Id: SortComponentXmlWriter.java 5050 2012-03-12 10:11:26Z teodord $
- Author:
- Narcis Marcu (narcism@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortComponentXmlWriter
public SortComponentXmlWriter()
- Deprecated. Replaced by
SortComponentXmlWriter(JasperReportsContext).
SortComponentXmlWriter
public SortComponentXmlWriter(JasperReportsContext jasperReportsContext)
writeToXml
public void writeToXml(ComponentKey componentKey,
Component component,
JRXmlWriter reportWriter)
throws IOException
- Description copied from interface:
ComponentXmlWriter
- Outputs the XML representation of a component.
- Specified by:
writeToXml in interface ComponentXmlWriter
- Parameters:
componentKey - the component type keycomponent - the component instancereportWriter - the report writer to which output is to be written
- Throws:
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 IOException
- Throws:
IOException
Copyright © 2012. All Rights Reserved.