Uses of Interface
com.github.weisj.jsvg.parser.LoaderContext
-
Packages that use LoaderContext Package Description com.github.weisj.jsvg.parser com.github.weisj.jsvg.parser.impl -
-
Uses of LoaderContext in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser that return LoaderContext Modifier and Type Method Description @NotNull LoaderContextLoaderContext.Builder. build()static @NotNull LoaderContextLoaderContext. createDefault()@NotNull LoaderContextDomDocument. loaderContext()Methods in com.github.weisj.jsvg.parser with parameters of type LoaderContext Modifier and Type Method Description @Nullable SVGDocumentSVGLoader. load(@NotNull XMLInput xmlInput, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)Load an SVG document from the given input stream.@Nullable SVGDocumentSVGLoader. load(@NotNull java.io.InputStream inputStream, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)Load an SVG document from the given input stream.@Nullable SVGDocumentSVGLoader. load(@NotNull java.net.URL xmlBase, @NotNull LoaderContext loaderContext) -
Uses of LoaderContext in com.github.weisj.jsvg.parser.impl
Classes in com.github.weisj.jsvg.parser.impl that implement LoaderContext Modifier and Type Class Description classMutableLoaderContextFields in com.github.weisj.jsvg.parser.impl declared as LoaderContext Modifier and Type Field Description private @NotNull LoaderContextLoadHelper. loaderContextprivate @NotNull LoaderContextParsedDocument. loaderContextprivate @NotNull LoaderContextSVGDocumentBuilder. loaderContextMethods in com.github.weisj.jsvg.parser.impl that return LoaderContext Modifier and Type Method Description @NotNull LoaderContextMutableLoaderContext. build()@NotNull LoaderContextParsedDocument. loaderContext()Methods in com.github.weisj.jsvg.parser.impl with parameters of type LoaderContext Modifier and Type Method Description @Nullable SVGDocumentStaxSVGLoader. load(@NotNull XMLInput xmlInput, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)(package private) @Nullable SVGDocumentBuilderStaxSVGLoader. parse(@NotNull XMLInput xmlInput, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)(package private) @Nullable SVGDocumentBuilderStaxSVGLoader. parse(@NotNull java.io.InputStream inputStream, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)Constructors in com.github.weisj.jsvg.parser.impl with parameters of type LoaderContext Constructor Description LoadHelper(@NotNull AttributeParser attributeParser, @NotNull LoaderContext loaderContext)ParsedDocument(@Nullable java.net.URI rootURI, @NotNull LoaderContext loaderContext, @NotNull LoadHelper loadHelper)SVGDocumentBuilder(@Nullable java.net.URI rootURI, @NotNull LoaderContext loaderContext, @NotNull NodeSupplier nodeSupplier)
-