org.norther.tammi.sprig.jfree.export
Class XMLExporter

java.lang.Object
  extended by org.norther.tammi.sprig.jfree.export.JFreeExporter
      extended by org.norther.tammi.sprig.jfree.export.XMLExporter
All Implemented Interfaces:
Exporter

public class XMLExporter
extends JFreeExporter

An XML exporter.

Version:
$Id: XMLExporter.java,v 1.6 2009/09/28 15:08:51 cvsimp Exp $
Author:
Ilkka Priha

Field Summary
static String EXTENSION
          The default extension.
 
Constructor Summary
XMLExporter()
          Constructs a new exporter.
 
Method Summary
 void export(ReportLayout[] layouts, Writer writer)
          Exports the specified layout to a writer.
 
Methods inherited from class org.norther.tammi.sprig.jfree.export.JFreeExporter
export, export, getProcessor, isBinary, isEmbedded, setEmbedded, setProcessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXTENSION

public static final String EXTENSION
The default extension.

See Also:
Constant Field Values
Constructor Detail

XMLExporter

public XMLExporter()
Constructs a new exporter.

Method Detail

export

public void export(ReportLayout[] layouts,
                   Writer writer)
            throws LogException
Description copied from interface: Exporter
Exports the specified layout to a writer.

Specified by:
export in interface Exporter
Overrides:
export in class JFreeExporter
Parameters:
layouts - the report layouts.
writer - the writer.
Throws:
LogException - on errors.


Copyright © 2004 The Norther Organization. All rights reserved.