java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.composer.ds.xml.r12.parsing.XmlAssetDS
All Implemented Interfaces:
IAssetDS, IElementDS, IReportingDS

public class XmlAssetDS extends ReportingDS implements IAssetDS
Xml datasource implementation.
Since:
7.2
Author:
Jon van Leuven
  • Constructor Details

  • Method Details

    • iterateText

      public void iterateText(IAssetTextVisitor visitor)
      Description copied from interface: IAssetDS
      This method should iterate over all the content texts for this text element, and add each text in conjunction with its format to the visitor.
      Specified by:
      iterateText in interface IAssetDS
      Parameters:
      visitor - The visitor that should be used to add the texts to.
    • getName

      public String getName()
      Description copied from interface: IElementDS
      This method returns the (unique) name of the element. The name is required when adding the content as a definition to the composer, but it is optional when the element is added directly as inline sub-content.
      Specified by:
      getName in interface IElementDS
      Returns:
      the (unique) name of the element.
    • getPresentationStyles

      public String[] getPresentationStyles()
      Description copied from interface: IElementDS
      This method returns the presentation styles that should be used when including the content element that is referred to.
      Specified by:
      getPresentationStyles in interface IElementDS
      Returns:
      the presentation styles that should be used when including the content element that is referred to.