com.aurigalogic.doclet.writer
Class FODocWriter

java.lang.Object
  |
  +--com.aurigalogic.doclet.writer.AbstractDocWriter
        |
        +--com.aurigalogic.doclet.writer.FODocWriter
All Implemented Interfaces:
DocWriter
Direct Known Subclasses:
PDFDocWriter

public class FODocWriter
extends AbstractDocWriter

This class is used for generating javadoc in FO format.

Version:
$Revision: 1.1.1.1 $ $Date: 2003/12/24 12:38:12 $
Author:
Khurshidali Shaikh

Field Summary
 
Fields inherited from class com.aurigalogic.doclet.writer.AbstractDocWriter
cssStream, log, OUTPUT_HTML, OUTPUT_XML, outputFile, parameters, xmlStream, xslStream
 
Constructor Summary
FODocWriter()
           
 
Method Summary
protected  void createFO(java.io.InputStream xmlStream, java.io.OutputStream outputStream)
          Generates the fo document
 void writeDoc()
          Converts the given xml stream to fo and writes it to the output file.
 
Methods inherited from class com.aurigalogic.doclet.writer.AbstractDocWriter
doTransform, setCssStream, setOutputFile, setParameters, setXmlStream, setXslStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FODocWriter

public FODocWriter()
Method Detail

writeDoc

public void writeDoc()
              throws java.lang.Exception
Converts the given xml stream to fo and writes it to the output file.

Specified by:
writeDoc in interface DocWriter
Specified by:
writeDoc in class AbstractDocWriter
Throws:
java.lang.Exception - in case of an error.

createFO

protected void createFO(java.io.InputStream xmlStream,
                        java.io.OutputStream outputStream)
                 throws java.lang.Exception
Generates the fo document

Throws:
java.lang.Exception - in case of an error.