public class HTML5SkeletonWriter extends GenericSkeletonWriter
allowEmptyOutputTarget, ALLOWEMPTYOUTPUTTARGET, encoderManager, inputLoc, isMultilingual, layer, outputEncoding, outputLoc, storageStack| Constructor and Description |
|---|
HTML5SkeletonWriter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent(TextFragment tf,
LocaleId locToUse,
EncoderContext context)
Gets the original content of a TextFragment.
|
String |
processDocumentPart(DocumentPart resource)
Processes the DOCUMENT_PART event.
|
String |
processTextUnit(ITextUnit resource)
Processes the TEXT_UNIT event.
|
_processEndGroup, _processStartGroup, addToReferents, close, expandCodeContent, getContent, getEncoderManager, getInputLoc, getLayer, getOutputEncoding, getOutputLoc, getPropertyValue, getReference, getReferentCopies, getReferents, getSfWriter, getString, getString, getString, getString, getString, isAllowEmptyOutputTarget, isCodeThatDisablesEncoding, isMultilingual, processEndDocument, processEndGroup, processEndSubDocument, processEndSubfilter, processStartDocument, processStartGroup, processStartSubDocument, processStartSubfilter, setAllowEmptyOutputTarget, setEncoderManager, setLayer, setMultilingual, setOutputEncoding, setOutputLoc, setReferentCopies, setReferentspublic String getContent(TextFragment tf, LocaleId locToUse, EncoderContext context)
getContent in class GenericSkeletonWritertf - the TextFragment to process.locToUse - locale to output. Use null for the source, or the locale
for the target locales. This is used for referenced content in inline codes.context - Context flag: 0=text, 1=skeleton, 2=inline.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.Copyright © 2021. All rights reserved.