Interface XMLValuesExtractorAdditionalDataGetter

All Known Implementing Classes:
ImportCDMFrAdditionalDataGetter, ResourcesAdditionalDataGetter
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Retrieves the additional data needed to extract values in an XML document
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the additional data needed to extract the value at the given path
  • Method Details

    • getAdditionalData

      Retrieves the additional data needed to extract the value at the given path
      Parameters:
      dataPath - the data path
      type - the type of the data at the given path
      Returns:
      the additional data