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 NodeSupplier
StaxSVGLoader. NODE_SUPPLIER
private @NotNull NodeSupplier
SVGDocumentBuilder. nodeSupplier
Constructors 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)
-