org.jfor.jfor.converter
Interface IConverterOption

All Superinterfaces:
IRtfOptions
All Known Implementing Classes:
ConverterOption

public interface IConverterOption
extends IRtfOptions

Interface for access to the converter option class.


Method Summary
 ConverterLogChannel getLog()
          Gets the log channel.
 org.xml.sax.XMLReader getXmlReader()
          Gets the standard XML reader.
 
Methods inherited from interface org.jfor.jfor.rtflib.rtfdoc.IRtfOptions
getRtfExternalGraphicCompressionRate, setRtfExternalGraphicCompressionRate
 

Method Detail

getLog

public ConverterLogChannel getLog()
Gets the log channel. If m_log not set, the standard output stream writer will set.

Returns:
Log channel

getXmlReader

public org.xml.sax.XMLReader getXmlReader()
                                   throws java.lang.Exception
Gets the standard XML reader. 'Xerces.jar' is needed. Can be overridden to use a different parser.

Throws:
java.lang.Exception