Uses of Class
com.github.weisj.jsvg.parser.NodeSupplier
Packages that use NodeSupplier
-
Uses of NodeSupplier in com.github.weisj.jsvg.parser
Fields in com.github.weisj.jsvg.parser declared as NodeSupplierModifier and TypeFieldDescriptionprivate static final @NotNull NodeSupplier
SVGLoader.NODE_SUPPLIER
private final @NotNull NodeSupplier
StaxSVGLoader.nodeSupplier
private final @NotNull NodeSupplier
SVGDocumentBuilder.nodeSupplier
Constructors in com.github.weisj.jsvg.parser with parameters of type NodeSupplierModifierConstructorDescriptionStaxSVGLoader
(@NotNull NodeSupplier nodeSupplier) StaxSVGLoader
(@NotNull NodeSupplier nodeSupplier, @NotNull XMLInputFactory factory) SVGDocumentBuilder
(@NotNull ParserProvider parserProvider, @NotNull ResourceLoader resourceLoader, @NotNull NodeSupplier nodeSupplier) Deprecated.SVGDocumentBuilder
(@Nullable URI rootURI, @NotNull LoaderContext loaderContext, @NotNull NodeSupplier nodeSupplier)
SVGDocumentBuilder(URI, LoaderContext, NodeSupplier)
instead