Uses of Interface
com.github.weisj.jsvg.parser.LoaderContext
Packages that use LoaderContext
-
Uses of LoaderContext in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser that return LoaderContextModifier and TypeMethodDescription@NotNull LoaderContextLoaderContext.Builder.build()static @NotNull LoaderContextLoaderContext.createDefault()@NotNull LoaderContextDomDocument.loaderContext()Methods in com.github.weisj.jsvg.parser with parameters of type LoaderContextModifier and TypeMethodDescription@Nullable SVGDocumentSVGLoader.load(@NotNull XMLInput xmlInput, @Nullable URI xmlBase, @NotNull LoaderContext loaderContext) Load an SVG document from the given input stream.@Nullable SVGDocumentSVGLoader.load(@NotNull InputStream inputStream, @Nullable URI xmlBase, @NotNull LoaderContext loaderContext) Load an SVG document from the given input stream.@Nullable SVGDocumentSVGLoader.load(@NotNull URL xmlBase, @NotNull LoaderContext loaderContext)