Interface IAttributeMappingVisitor

All Known Implementing Classes:
AttributeMappingVisitor, ReportingAttributeMappingVisitor

public interface IAttributeMappingVisitor
Since:
9.0
Author:
Arjan Pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method adds an attribute to a xsdType
  • Method Details

    • addAttribute

      void addAttribute(IAttributeMappingDS datasource)
      This method adds an attribute to a xsdType
      Parameters:
      datasource - the datasource to visit
      Throws:
      InitializationException - This exception is thrown when the validation could not be initialized with the provided data source.