Interface ElementLoader

All Known Implementing Classes:
DefaultElementLoader

public interface ElementLoader
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    loadElement(@NotNull Class<T> type, @Nullable String value, @NotNull DomDocument document)
     
  • Method Details

    • loadElement

      @Nullable <T> T loadElement(@NotNull @NotNull Class<T> type, @Nullable @Nullable String value, @NotNull @NotNull DomDocument document)