java.lang.Object
com.aquima.interactions.foundation.report.ReportingDS
com.aquima.interactions.project.ds.xml.r12.parsing.XmlValidatorDS
All Implemented Interfaces:
IReportingDS, IValidatorDS

public class XmlValidatorDS extends ReportingDS implements IValidatorDS
Xml datasource implementation.
Since:
7.3
Author:
Danny Roest
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Description copied from interface: IValidatorDS
      This method returns the (type) name of the component. The type name is usually used to identify the component.
      Specified by:
      getName in interface IValidatorDS
      Returns:
      the (type) name of the component.
    • iterateParameters

      public void iterateParameters(IParameterVisitor visitor)
      Description copied from interface: IValidatorDS
      This method should iterate over all the parameters of the component and add them to the visitor.
      Specified by:
      iterateParameters in interface IValidatorDS
      Parameters:
      visitor - The visitor that should be used to add the parameters to.