- java.lang.Object
-
- com.github.weisj.jsvg.parser.impl.LoadHelper
-
public final class LoadHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private @NotNull AttributeParserattributeParserprivate @NotNull LoaderContextloaderContext
-
Constructor Summary
Constructors Constructor Description LoadHelper(@NotNull AttributeParser attributeParser, @NotNull LoaderContext loaderContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull AttributeParserattributeParser()@NotNull ElementLoaderelementLoader()@NotNull ResourcePolicyexternalResourcePolicy()@NotNull ResourceLoaderresourceLoader()
-
-
-
Field Detail
-
attributeParser
@NotNull private final @NotNull AttributeParser attributeParser
-
loaderContext
@NotNull private final @NotNull LoaderContext loaderContext
-
-
Constructor Detail
-
LoadHelper
public LoadHelper(@NotNull @NotNull AttributeParser attributeParser, @NotNull @NotNull LoaderContext loaderContext)
-
-
Method Detail
-
attributeParser
@NotNull public @NotNull AttributeParser attributeParser()
-
resourceLoader
@NotNull public @NotNull ResourceLoader resourceLoader()
-
elementLoader
@NotNull public @NotNull ElementLoader elementLoader()
-
externalResourcePolicy
@NotNull public @NotNull ResourcePolicy externalResourcePolicy()
-
-