- java.lang.Object
-
- com.github.weisj.jsvg.parser.impl.DefaultElementLoader
-
- All Implemented Interfaces:
ElementLoader
class DefaultElementLoader extends java.lang.Object implements ElementLoader
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static classDefaultElementLoader.AllowExternalResourcesprivate static classDefaultElementLoader.DefaultDocumentLoader(package private) static interfaceDefaultElementLoader.DocumentLoader
-
Field Summary
Fields Modifier and Type Field Description private static DefaultElementLoader.DocumentLoaderDEFAULT_DOCUMENT_LOADERprivate DefaultElementLoader.DocumentLoaderdocumentLoader
-
Constructor Summary
Constructors Constructor Description DefaultElementLoader(DefaultElementLoader.AllowExternalResources allowExternalResources)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static @NotNull DefaultElementLoader.DocumentLoadercreateDocumentLoader(DefaultElementLoader.AllowExternalResources allowExternalResources)<T> TloadElement(@NotNull java.lang.Class<T> type, @Nullable java.lang.String value, @NotNull DomDocument document)
-
-
-
Field Detail
-
DEFAULT_DOCUMENT_LOADER
private static final DefaultElementLoader.DocumentLoader DEFAULT_DOCUMENT_LOADER
-
documentLoader
private final DefaultElementLoader.DocumentLoader documentLoader
-
-
Constructor Detail
-
DefaultElementLoader
DefaultElementLoader(DefaultElementLoader.AllowExternalResources allowExternalResources)
-
-
Method Detail
-
createDocumentLoader
@NotNull private static @NotNull DefaultElementLoader.DocumentLoader createDocumentLoader(DefaultElementLoader.AllowExternalResources allowExternalResources)
-
loadElement
@Nullable public <T> T loadElement(@NotNull @NotNull java.lang.Class<T> type, @Nullable @Nullable java.lang.String value, @NotNull @NotNull DomDocument document)- Specified by:
loadElementin interfaceElementLoader
-
-