public class XINIRainbowkitWriter extends FilterEventToXiniTransformer implements IFilterWriter
FIELD_LABEL_PROPERTY| Constructor and Description |
|---|
XINIRainbowkitWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the current process.
|
void |
close()
Closes the output.
|
EncoderManager |
getEncoderManager()
Gets the current encoder manager for this writer.
|
String |
getName()
Gets the name of this writer.
|
IParameters |
getParameters()
Gets the current parameters for this writer.
|
ISkeletonWriter |
getSkeletonWriter()
Gets the skeleton writer associated with this writer.
|
Event |
handleEvent(Event event)
Handles the filter events.
|
void |
setNextPageName(String nextPageName) |
void |
setOptions(LocaleId locale,
String defaultEncoding)
Sets the options for this writer.
|
void |
setOutput(OutputStream output)
Sets the output through its output stream.
|
void |
setOutput(String path)
Sets the output through the path of the output file.
|
void |
setOutputPath(String path) |
void |
setParameters(IParameters params)
Sets new parameters for this writer.
|
void |
writeXINI() |
getAdditionalWordsCount, init, marshall, popGroupFromStack, pushGroupToStack, startPage, transformTextUnitpublic void cancel()
IFilterWritercancel in interface IFilterWriterpublic void close()
IFilterWriterclose in interface AutoCloseableclose in interface IFilterWriterpublic String getName()
IFilterWritergetName in interface IFilterWriterpublic void setOptions(LocaleId locale, String defaultEncoding)
IFilterWritersetOptions in interface IFilterWriterlocale - the output locale.defaultEncoding - Name of the character set encoding for the output.public void setOutput(String path)
IFilterWritersetOutput in interface IFilterWriterpath - Full path of the output file.public void setOutput(OutputStream output)
IFilterWritersetOutput in interface IFilterWriteroutput - Output stream to use for the output.public Event handleEvent(Event event)
IFilterWriterhandleEvent in interface IFilterWriterevent - The event to process.public void writeXINI()
public IParameters getParameters()
IFilterWritergetParameters in interface IFilterWriterpublic void setParameters(IParameters params)
IFilterWritersetParameters in interface IFilterWriterparams - The new parameters to use.public EncoderManager getEncoderManager()
IFilterWritergetEncoderManager in interface IFilterWriterpublic void setOutputPath(String path)
public ISkeletonWriter getSkeletonWriter()
IFilterWritergetSkeletonWriter in interface IFilterWriterpublic void setNextPageName(String nextPageName)
Copyright © 2021. All rights reserved.