com.aurigalogic.aurigadoc.core
Class CHMConverter

java.lang.Object
  extended bycom.aurigalogic.aurigadoc.core.BaseConverter
      extended bycom.aurigalogic.aurigadoc.core.MHTMLConverter
          extended bycom.aurigalogic.aurigadoc.core.CHMConverter
All Implemented Interfaces:
ADConverter

public class CHMConverter
extends MHTMLConverter

This class is used for converting AurigaDoc document to chm.

Version:
$Revision: 1 $ $Date: 2005-10-07 18:15:00 +0530 (Fri, 07 Oct 2005) $
Author:
Khurshidali Shaikh

Field Summary
static java.lang.String HHC_XSL
          Identifier for specifying the xsl name which generates the .hhc file
static java.lang.String HHK_XSL
          Identifier for specifying the xsl name which generates the .hhk file
static java.lang.String HHP_XSL
          Identifier for specifying the xsl name which generates the .hhp file
 
Fields inherited from class com.aurigalogic.aurigadoc.core.BaseConverter
AURIGADOC_HOME, inputFile, logger, OUTPUT_HTML, OUTPUT_TEXT, OUTPUT_XML, outputFile, parameters, profiledData, PROFILING, props, XML2AWT, XML2CHMHHC, XML2CHMHHK, XML2CHMHHP, XML2DHTMLFRAMESET, XML2DHTMLNAV, XML2FO, XML2HTML, XML2JHELPHS, XML2JHELPINDEX, XML2JHELPMAP, XML2JHELPTOC, XML2MAN, XML2MHTML, XML2OHJHS, XML2OHJINDEX, XML2OHJMAP, XML2OHJTOC, XML2PDF, XML2PS, XML2RTF, XSL, XSL_PROFILING
 
Constructor Summary
CHMConverter()
           
 
Method Summary
 void convert()
          Main method which does the conversion.
 
Methods inherited from class com.aurigalogic.aurigadoc.core.MHTMLConverter
convertToMHTML
 
Methods inherited from class com.aurigalogic.aurigadoc.core.BaseConverter
convert, copyFiles, doTransform, getDefaultXSLUrl, getParameter, getProperty, getXSLForKey, logDebug, logError, logInfo, logWarning, preProcess, setHome, setInputFile, setLogger, setOutputFile, setParameters, setTransformerParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HHC_XSL

public static final java.lang.String HHC_XSL
Identifier for specifying the xsl name which generates the .hhc file

See Also:
Constant Field Values

HHP_XSL

public static final java.lang.String HHP_XSL
Identifier for specifying the xsl name which generates the .hhp file

See Also:
Constant Field Values

HHK_XSL

public static final java.lang.String HHK_XSL
Identifier for specifying the xsl name which generates the .hhk file

See Also:
Constant Field Values
Constructor Detail

CHMConverter

public CHMConverter()
Method Detail

convert

public void convert()
             throws java.lang.Exception
Main method which does the conversion.

Specified by:
convert in interface ADConverter
Overrides:
convert in class MHTMLConverter
Throws:
java.lang.Exception - in case of any error.


Auriga Logic Pvt. Ltd. (http://www.aurigalogic.com/)