Interface IConverterMicroNodeToTreeItem<DATATYPE>

  • Type Parameters:
    DATATYPE - The type of the tree item data
    All Known Subinterfaces:
    IConverterTreeXML<DATATYPE>
    All Known Implementing Classes:
    MicroTypeConverterTreeXML

    public interface IConverterMicroNodeToTreeItem<DATATYPE>
    Interface used to convert a single micro element into a value used as tree item data value.
    Author:
    Philip Helger
    • Method Detail

      • getAsDataValue

        DATATYPE getAsDataValue​(@Nonnull
                                com.helger.xml.microdom.IMicroElement eDataElement)