|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISkeletonWriter
Provides the methods common to all skeleton writers.
| Method Summary | |
|---|---|
void |
close()
Closes this skeleton writer. |
java.lang.String |
processDocumentPart(DocumentPart resource)
Processes the DOCUMENT_PART event. |
java.lang.String |
processEndDocument(Ending resource)
Processes the END_DOCUMENT event. |
java.lang.String |
processEndGroup(Ending resource)
Processes the END_GROUP event. |
java.lang.String |
processEndSubDocument(Ending resource)
Processes the END_SUBDOCUMENT event. |
java.lang.String |
processEndSubfilter(EndSubfilter resource)
|
java.lang.String |
processStartDocument(LocaleId outputLocale,
java.lang.String outputEncoding,
ILayerProvider layer,
EncoderManager encoderManager,
StartDocument resource)
Processes the START_DOCUMENT event. |
java.lang.String |
processStartGroup(StartGroup resource)
Processes the START_GROUP event. |
java.lang.String |
processStartSubDocument(StartSubDocument resource)
Processes a START_SUBDOCUMENT event. |
java.lang.String |
processStartSubfilter(StartSubfilter resource)
|
java.lang.String |
processTextUnit(ITextUnit resource)
Processes the TEXT_UNIT event. |
| Method Detail |
|---|
void close()
java.lang.String processStartDocument(LocaleId outputLocale,
java.lang.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.
java.lang.String processEndDocument(Ending resource)
resource - the Ending resource associated with the event.
java.lang.String processStartSubDocument(StartSubDocument resource)
resource - the StartSubDocument resource associated with the event.
java.lang.String processEndSubDocument(Ending resource)
resource - the Ending resource associated with the event.
java.lang.String processStartGroup(StartGroup resource)
resource - the StartGroup resource associated with the event.
java.lang.String processEndGroup(Ending resource)
resource - the Ending resource associated with the event.
java.lang.String processTextUnit(ITextUnit resource)
resource - the TextUnit resource associated with the event.
java.lang.String processDocumentPart(DocumentPart resource)
resource - the DocumentPart resource associated with the event.
java.lang.String processStartSubfilter(StartSubfilter resource)
java.lang.String processEndSubfilter(EndSubfilter resource)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||