Package com.github.weisj.jsvg.parser
Interface ElementLoader
-
- All Known Implementing Classes:
DefaultElementLoader
public interface ElementLoader
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
ElementLoader.ExternalDocumentPolicy
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static @NotNull ElementLoader
create(ElementLoader.ExternalDocumentPolicy policy)
<T> T
loadElement(@NotNull java.lang.Class<T> type, @Nullable java.lang.String value, @NotNull ParsedDocument document, @NotNull AttributeParser attributeParser)
-
-
-
Method Detail
-
create
@NotNull static @NotNull ElementLoader create(ElementLoader.ExternalDocumentPolicy policy)
-
loadElement
@Nullable <T> T loadElement(@NotNull @NotNull java.lang.Class<T> type, @Nullable @Nullable java.lang.String value, @NotNull @NotNull ParsedDocument document, @NotNull @NotNull AttributeParser attributeParser)
-
-