All Implemented Interfaces:
IElementDS, ITextDS, IReportingDS

public final class TextDS extends TextDelegateDS implements ITextDS
Internal class to wrap the datasources to add dialect fallback behaviour for multilingual elements.
Since:
8.4
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • iterateContent

      public void iterateContent(ITextContentVisitor visitor)
      Description copied from interface: ITextDS
      This method should iterate over the content of the text element and add the content to the provided visitor.
      Specified by:
      iterateContent in interface ITextDS
      Overrides:
      iterateContent in class TextDelegateDS
      Parameters:
      visitor - The visitor that should be used to add the content to.