Interface IElementMappingVisitor

All Known Implementing Classes:
ElementMappingVisitor, ReportingElementMappingVisitor

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

    Modifier and Type
    Method
    Description
    void
    This method adds an element to a schema.
  • Method Details

    • addElementMapping

      void addElementMapping(IElementMappingDS datasource)
      This method adds an element to a schema.
      Parameters:
      datasource - The datasource representing the global element.
      Throws:
      InitializationException - when processing the mapping fails.