Uses of Interface
com.github.weisj.jsvg.parser.LoaderContext
-
Packages that use LoaderContext Package Description com.github.weisj.jsvg.parser -
-
Uses of LoaderContext in com.github.weisj.jsvg.parser
Classes in com.github.weisj.jsvg.parser that implement LoaderContext Modifier and Type Class Description class
MutableLoaderContext
Fields in com.github.weisj.jsvg.parser declared as LoaderContext Modifier and Type Field Description private @NotNull LoaderContext
ParsedDocument. loaderContext
Methods in com.github.weisj.jsvg.parser that return LoaderContext Modifier and Type Method Description @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 LoaderContext Modifier and Type Method Description @Nullable SVGDocument
StaxSVGLoader. load(@Nullable java.io.InputStream inputStream, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)
@Nullable SVGDocument
SVGLoader. load(@NotNull java.io.InputStream inputStream, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)
Load an SVG document from the given input stream.@Nullable SVGDocument
SVGLoader. load(@NotNull java.net.URL xmlBase, @NotNull LoaderContext loaderContext)
(package private) @Nullable SVGDocumentBuilder
StaxSVGLoader. parse(@Nullable java.io.InputStream inputStream, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)
Constructors in com.github.weisj.jsvg.parser with parameters of type LoaderContext Constructor Description LoadHelper(@NotNull AttributeParser attributeParser, @NotNull LoaderContext loaderContext)
ParsedDocument(@Nullable java.net.URI rootURI, @NotNull LoaderContext loaderContext)
SVGDocumentBuilder(@Nullable java.net.URI rootURI, @NotNull LoaderContext loaderContext, @NotNull NodeSupplier nodeSupplier)
-