com.aspose.barcode.jr
Class BarCodeXmlWriter

java.lang.Object
  extended by com.aspose.barcode.jr.BarCodeXmlWriter
All Implemented Interfaces:
net.sf.jasperreports.engine.component.ComponentXmlWriter

public final class BarCodeXmlWriter
extends java.lang.Object
implements net.sf.jasperreports.engine.component.ComponentXmlWriter

A component writer is responsible for producing a XML representation of component instances.


Constructor Summary
BarCodeXmlWriter()
           
 
Method Summary
 void writeToXml(net.sf.jasperreports.engine.component.ComponentKey componentKey, net.sf.jasperreports.engine.component.Component component, net.sf.jasperreports.engine.xml.JRXmlWriter reportWriter)
          Outputs the XML representation of a component.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BarCodeXmlWriter

public BarCodeXmlWriter()
Method Detail

writeToXml

public void writeToXml(net.sf.jasperreports.engine.component.ComponentKey componentKey,
                       net.sf.jasperreports.engine.component.Component component,
                       net.sf.jasperreports.engine.xml.JRXmlWriter reportWriter)
                throws java.io.IOException
Outputs the XML representation of a component.

Specified by:
writeToXml in interface net.sf.jasperreports.engine.component.ComponentXmlWriter
Throws:
java.io.IOException