Uses of Class
com.github.weisj.jsvg.parser.NodeSupplier
-
Packages that use NodeSupplier Package Description com.github.weisj.jsvg.parser -
-
Uses of NodeSupplier in com.github.weisj.jsvg.parser
Fields in com.github.weisj.jsvg.parser declared as NodeSupplier Modifier and Type Field Description private static @NotNull NodeSupplier
SVGLoader. NODE_SUPPLIER
private @NotNull NodeSupplier
StaxSVGLoader. nodeSupplier
private @NotNull NodeSupplier
SVGDocumentBuilder. nodeSupplier
Constructors in com.github.weisj.jsvg.parser with parameters of type NodeSupplier Constructor Description StaxSVGLoader(@NotNull NodeSupplier nodeSupplier)
StaxSVGLoader(@NotNull NodeSupplier nodeSupplier, @NotNull javax.xml.stream.XMLInputFactory factory)
SVGDocumentBuilder(@NotNull ParserProvider parserProvider, @NotNull ResourceLoader resourceLoader, @NotNull NodeSupplier nodeSupplier)
Deprecated.SVGDocumentBuilder(@Nullable java.net.URI rootURI, @NotNull LoaderContext loaderContext, @NotNull NodeSupplier nodeSupplier)
-