Package com.github.weisj.jsvg.parser
Interface ElementLoader
public interface ElementLoader
-
Method Summary
Modifier and TypeMethodDescription<T> TloadElement(@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)
-