Uses of Interface
com.github.weisj.jsvg.parser.LoaderContext
Packages that use LoaderContext
-
Uses of LoaderContext in com.github.weisj.jsvg.parser
Classes in com.github.weisj.jsvg.parser that implement LoaderContextFields in com.github.weisj.jsvg.parser declared as LoaderContextModifier and TypeFieldDescriptionprivate final @NotNull LoaderContext
ParsedDocument.loaderContext
Methods in com.github.weisj.jsvg.parser that return LoaderContextModifier and TypeMethodDescription@NotNull LoaderContext
LoaderContext.Builder.build()
@NotNull LoaderContext
MutableLoaderContext.build()
static @NotNull LoaderContext
LoaderContext.createDefault()
@NotNull LoaderContext
ParsedDocument.loaderContext()
Methods in com.github.weisj.jsvg.parser with parameters of type LoaderContextModifier and TypeMethodDescription@Nullable SVGDocument
StaxSVGLoader.load
(@Nullable InputStream inputStream, @Nullable URI xmlBase, @NotNull LoaderContext loaderContext) @Nullable SVGDocument
SVGLoader.load
(@NotNull InputStream inputStream, @Nullable URI xmlBase, @NotNull LoaderContext loaderContext) Load an SVG document from the given input stream.@Nullable SVGDocument
SVGLoader.load
(@NotNull URL xmlBase, @NotNull LoaderContext loaderContext) (package private) @Nullable SVGDocumentBuilder
StaxSVGLoader.parse
(@Nullable InputStream inputStream, @Nullable URI xmlBase, @NotNull LoaderContext loaderContext) Constructors in com.github.weisj.jsvg.parser with parameters of type LoaderContextModifierConstructorDescriptionLoadHelper
(@NotNull AttributeParser attributeParser, @NotNull LoaderContext loaderContext) ParsedDocument
(@Nullable URI rootURI, @NotNull LoaderContext loaderContext) SVGDocumentBuilder
(@Nullable URI rootURI, @NotNull LoaderContext loaderContext, @NotNull NodeSupplier nodeSupplier)