public class XMLSkeletonWriter extends GenericSkeletonWriter
| Modifier and Type | Field and Description |
|---|---|
static String |
CANRESEGMENT |
static String |
CANRESEGMENT_PLACEHOLDER |
static String |
ID |
static String |
NAME |
static String |
NAME_PLACEHOLDER |
static String |
SEGMENTS_PLACEHOLDER |
static String |
SRCDIR |
static String |
SRCDIR_PLACEHOLDER |
static String |
TRANSLATE |
static String |
TRANSLATE_PLACEHOLDER |
static String |
TRGDIR |
static String |
TRGDIR_PLACEHOLDER |
static String |
TYPE |
static String |
TYPE_PLACEHOLDER |
allowEmptyOutputTarget, ALLOWEMPTYOUTPUTTARGET, encoderManager, inputLoc, isMultilingual, layer, outputEncoding, outputLoc, storageStack| Constructor and Description |
|---|
XMLSkeletonWriter() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this skeleton writer.
|
String |
processDocumentPart(DocumentPart resource)
Processes the DOCUMENT_PART event.
|
String |
processEndDocument(Ending resource)
Processes the END_DOCUMENT event.
|
String |
processEndGroup(Ending resource)
Processes the END_GROUP event.
|
String |
processEndSubDocument(Ending resource)
Processes the END_SUBDOCUMENT event.
|
String |
processEndSubfilter(EndSubfilter resource) |
String |
processStartDocument(LocaleId outputLocale,
String outputEncoding,
ILayerProvider layer,
EncoderManager encoderManager,
StartDocument resource)
Processes the START_DOCUMENT event.
|
String |
processStartGroup(StartGroup resource)
Processes the START_GROUP event.
|
String |
processStartSubDocument(StartSubDocument resource)
Processes a START_SUBDOCUMENT event.
|
String |
processStartSubfilter(StartSubfilter resource) |
String |
processTextUnit(ITextUnit resource)
Processes the TEXT_UNIT event.
|
_processEndGroup, _processStartGroup, addToReferents, expandCodeContent, getContent, getContent, getEncoderManager, getInputLoc, getLayer, getOutputEncoding, getOutputLoc, getPropertyValue, getReference, getReferentCopies, getReferents, getSfWriter, getString, getString, getString, getString, getString, isAllowEmptyOutputTarget, isMultilingual, setAllowEmptyOutputTarget, setEncoderManager, setInputLoc, setLayer, setMultilingual, setOutputEncoding, setOutputLoc, setReferentCopies, setReferents, setSfWriterpublic static final String NAME_PLACEHOLDER
public static final String CANRESEGMENT_PLACEHOLDER
public static final String TRANSLATE_PLACEHOLDER
public static final String SRCDIR_PLACEHOLDER
public static final String TRGDIR_PLACEHOLDER
public static final String TYPE_PLACEHOLDER
public static final String SEGMENTS_PLACEHOLDER
public static final String ID
public static final String NAME
public static final String CANRESEGMENT
public static final String TRANSLATE
public static final String SRCDIR
public static final String TRGDIR
public static final String TYPE
public void close()
ISkeletonWriterclose in interface ISkeletonWriterclose in class GenericSkeletonWriterpublic String processStartDocument(LocaleId outputLocale, String outputEncoding, ILayerProvider layer, EncoderManager encoderManager, StartDocument resource)
ISkeletonWriterprocessStartDocument in interface ISkeletonWriterprocessStartDocument in class GenericSkeletonWriteroutputLocale - the output locale.outputEncoding - the name of the output charset encoding.layer - the layer provider to use.encoderManager - the encoder manager to use.resource - the StartDocument resource associated with the event.public String processEndDocument(Ending resource)
ISkeletonWriterprocessEndDocument in interface ISkeletonWriterprocessEndDocument in class GenericSkeletonWriterresource - the Ending resource associated with the event.public String processStartSubDocument(StartSubDocument resource)
ISkeletonWriterprocessStartSubDocument in interface ISkeletonWriterprocessStartSubDocument in class GenericSkeletonWriterresource - the StartSubDocument resource associated with the event.public String processEndSubDocument(Ending resource)
ISkeletonWriterprocessEndSubDocument in interface ISkeletonWriterprocessEndSubDocument in class GenericSkeletonWriterresource - the Ending resource associated with the event.public String processStartGroup(StartGroup resource)
ISkeletonWriterprocessStartGroup in interface ISkeletonWriterprocessStartGroup in class GenericSkeletonWriterresource - the StartGroup resource associated with the event.public String processEndGroup(Ending resource)
ISkeletonWriterprocessEndGroup in interface ISkeletonWriterprocessEndGroup in class GenericSkeletonWriterresource - the Ending resource associated with the event.public String processTextUnit(ITextUnit resource)
ISkeletonWriterprocessTextUnit in interface ISkeletonWriterprocessTextUnit in class GenericSkeletonWriterresource - the TextUnit resource associated with the event.public String processDocumentPart(DocumentPart resource)
ISkeletonWriterprocessDocumentPart in interface ISkeletonWriterprocessDocumentPart in class GenericSkeletonWriterresource - the DocumentPart resource associated with the event.public String processStartSubfilter(StartSubfilter resource)
processStartSubfilter in interface ISkeletonWriterprocessStartSubfilter in class GenericSkeletonWriterpublic String processEndSubfilter(EndSubfilter resource)
processEndSubfilter in interface ISkeletonWriterprocessEndSubfilter in class GenericSkeletonWriterCopyright © 2019. All rights reserved.