S-PLUS Connect/Java v1.0

com.insightful.splus.util
Class XMLTransformUtilities.SplusConverterOption

java.lang.Object
  extended by com.insightful.splus.util.XMLTransformUtilities.SplusConverterOption
All Implemented Interfaces:
org.jfor.jfor.converter.IConverterOption, org.jfor.jfor.rtflib.rtfdoc.IRtfOptions
Enclosing class:
XMLTransformUtilities

protected static class XMLTransformUtilities.SplusConverterOption
extends Object
implements org.jfor.jfor.converter.IConverterOption

Utility Class used by JFor transformation to ensure that the desired SAX implementation classes are used.


Constructor Summary
XMLTransformUtilities.SplusConverterOption(int loggingLevel)
          Implemenation of IConverterOption defaults most behaviour to standard Converter.createConverterOption implementation.
XMLTransformUtilities.SplusConverterOption(Writer debug, Writer info, Writer warning, Writer error)
           
 
Method Summary
 org.jfor.jfor.converter.ConverterLogChannel getLog()
           
 int getRtfExternalGraphicCompressionRate()
           
 XMLReader getXmlReader()
          Use SAX Parser Factory to get XMLReader
 void setRtfExternalGraphicCompressionRate(int percent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLTransformUtilities.SplusConverterOption

public XMLTransformUtilities.SplusConverterOption(int loggingLevel)
Implemenation of IConverterOption defaults most behaviour to standard Converter.createConverterOption implementation. However, use the SAX Parser Factory to create a SAXParser (which in turn generates an XMLReader).


XMLTransformUtilities.SplusConverterOption

public XMLTransformUtilities.SplusConverterOption(Writer debug,
                                                  Writer info,
                                                  Writer warning,
                                                  Writer error)
Method Detail

getLog

public org.jfor.jfor.converter.ConverterLogChannel getLog()
Specified by:
getLog in interface org.jfor.jfor.converter.IConverterOption

setRtfExternalGraphicCompressionRate

public void setRtfExternalGraphicCompressionRate(int percent)
Specified by:
setRtfExternalGraphicCompressionRate in interface org.jfor.jfor.rtflib.rtfdoc.IRtfOptions

getRtfExternalGraphicCompressionRate

public int getRtfExternalGraphicCompressionRate()
Specified by:
getRtfExternalGraphicCompressionRate in interface org.jfor.jfor.rtflib.rtfdoc.IRtfOptions

getXmlReader

public XMLReader getXmlReader()
                       throws Exception
Use SAX Parser Factory to get XMLReader

Specified by:
getXmlReader in interface org.jfor.jfor.converter.IConverterOption
Throws:
Exception

S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.