com.aurigalogic.doclet.writer
Interface DocWriter

All Known Implementing Classes:
AbstractDocWriter

public interface DocWriter

DocWriter interface.

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

Method Summary
 void setCssStream(java.io.InputStream cssStream)
          Sets the css stream.
 void setOutputFile(java.lang.String outputFile)
          Sets the output file.
 void setParameters(java.util.Properties params)
          Sets the parameters.
 void setXmlStream(java.io.InputStream xmlStream)
          Sets the xml stream.
 void setXslStream(java.io.InputStream xslStream)
          Sets the xsl stream.
 void writeDoc()
          Write the output document.
 

Method Detail

setXmlStream

public void setXmlStream(java.io.InputStream xmlStream)
Sets the xml stream.

Parameters:
xmlStream - the xml stream.

setXslStream

public void setXslStream(java.io.InputStream xslStream)
Sets the xsl stream.

Parameters:
xslStream - the xsl stream.

setCssStream

public void setCssStream(java.io.InputStream cssStream)
Sets the css stream.

Parameters:
cssStream - the css stream.

setOutputFile

public void setOutputFile(java.lang.String outputFile)
Sets the output file.

Parameters:
outputFile - the output file.

setParameters

public void setParameters(java.util.Properties params)
Sets the parameters.


writeDoc

public void writeDoc()
              throws java.lang.Exception
Write the output document.

java.lang.Exception