public interface ISkeletonWriter
| 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.
|
void close()
String processStartDocument(LocaleId outputLocale, String outputEncoding, ILayerProvider layer, EncoderManager encoderManager, StartDocument resource)
outputLocale - 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.String processEndDocument(Ending resource)
resource - the Ending resource associated with the event.String processStartSubDocument(StartSubDocument resource)
resource - the StartSubDocument resource associated with the event.String processEndSubDocument(Ending resource)
resource - the Ending resource associated with the event.String processStartGroup(StartGroup resource)
resource - the StartGroup resource associated with the event.String processEndGroup(Ending resource)
resource - the Ending resource associated with the event.String processTextUnit(ITextUnit resource)
resource - the TextUnit resource associated with the event.String processDocumentPart(DocumentPart resource)
resource - the DocumentPart resource associated with the event.String processStartSubfilter(StartSubfilter resource)
String processEndSubfilter(EndSubfilter resource)
Copyright © 2022. All rights reserved.