Uses of Class
com.github.weisj.jsvg.parser.impl.NodeSupplier
-
Packages that use NodeSupplier Package Description com.github.weisj.jsvg.parser.impl -
-
Uses of NodeSupplier in com.github.weisj.jsvg.parser.impl
Fields in com.github.weisj.jsvg.parser.impl declared as NodeSupplier Modifier and Type Field Description private static @NotNull NodeSupplierStaxSVGLoader. NODE_SUPPLIERprivate @NotNull NodeSupplierSVGDocumentBuilder. nodeSupplierConstructors in com.github.weisj.jsvg.parser.impl with parameters of type NodeSupplier Constructor Description SVGDocumentBuilder(@Nullable java.net.URI rootURI, @NotNull LoaderContext loaderContext, @NotNull NodeSupplier nodeSupplier)
-