Class XmlListContainer

All Implemented Interfaces:
IElementRenderer, IXmlElementRenderer

public class XmlListContainer extends XmlContainer

This class converts a DCM_TaskList, DCM_WorkList, AQ_WorkList, AQ_CaseList or AQ_InstanceList instance to an XML node for document xml generation.

Since:
9.4.3
Author:
Radu Batori
  • Constructor Details

    • XmlListContainer

      protected XmlListContainer(boolean tagsToUpperCase)
  • Method Details

    • toXml

      public IXmlElement toXml(IXmlRendererContext ctx, IElement element)
      Description copied from interface: IXmlElementRenderer
      This function allows one to convert an IElement instance to an XML element. The implementor of this function should only convert the element itself and not it's children as the caller will process these. (Unless ctx.setContinueChildProcessing( false ) has been called)
      Specified by:
      toXml in interface IXmlElementRenderer
      Overrides:
      toXml in class XmlContainer
      Parameters:
      ctx - The context which contains some information and control options.
      element - The element which should be converted.
      Returns:
      an XMLElement class or null indicating this element should not be included in the resulting xml.