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) -
Uses of LoaderContext in com.github.weisj.jsvg.parser.impl
Classes in com.github.weisj.jsvg.parser.impl that implement LoaderContextFields in com.github.weisj.jsvg.parser.impl declared as LoaderContextModifier and TypeFieldDescriptionprivate final @NotNull LoaderContextLoadHelper.loaderContextprivate final @NotNull LoaderContextParsedDocument.loaderContextprivate final @NotNull LoaderContextSVGDocumentBuilder.loaderContextMethods in com.github.weisj.jsvg.parser.impl that return LoaderContextModifier and TypeMethodDescription@NotNull LoaderContextMutableLoaderContext.build()@NotNull LoaderContextParsedDocument.loaderContext()Methods in com.github.weisj.jsvg.parser.impl with parameters of type LoaderContextModifier and TypeMethodDescription@Nullable SVGDocumentStaxSVGLoader.load(@NotNull XMLInput xmlInput, @Nullable URI xmlBase, @NotNull LoaderContext loaderContext) (package private) @Nullable SVGDocumentBuilderStaxSVGLoader.parse(@NotNull XMLInput xmlInput, @Nullable URI xmlBase, @NotNull LoaderContext loaderContext) (package private) @Nullable SVGDocumentBuilderStaxSVGLoader.parse(@NotNull InputStream inputStream, @Nullable URI xmlBase, @NotNull LoaderContext loaderContext) Constructors in com.github.weisj.jsvg.parser.impl with parameters of type LoaderContextModifierConstructorDescriptionLoadHelper(@NotNull AttributeParser attributeParser, @NotNull LoaderContext loaderContext) ParsedDocument(@Nullable URI rootURI, @NotNull LoaderContext loaderContext, @NotNull LoadHelper loadHelper) SVGDocumentBuilder(@Nullable URI rootURI, @NotNull LoaderContext loaderContext, @NotNull NodeSupplier nodeSupplier)