Class TEXSkeletonWriter

    • Constructor Detail

      • TEXSkeletonWriter

        public TEXSkeletonWriter()
    • Method Detail

      • getContent

        protected String getContent​(ITextUnit tu,
                                    LocaleId locToUse,
                                    EncoderContext context)
        Gets the original content of a given text unit.
        Overrides:
        getContent in class GenericSkeletonWriter
        Parameters:
        tu - The text unit to process.
        locToUse - locale to output. Use null for the source, or the locale for the target locales.
        context - Context flag: 0=text, 1=skeleton, 2=inline.
        Returns:
        The string representation of the text unit content.