com.insightful.splus.util
Class XMLTransformUtilities.SplusConverterOption
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.