Uses of Interface
com.github.weisj.jsvg.parser.XMLInput
Packages that use XMLInput
-
Uses of XMLInput in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser with parameters of type XMLInputModifier and TypeMethodDescription@Nullable SVGDocumentSVGLoader.load(@NotNull XMLInput xmlInput, @Nullable URI xmlBase, @NotNull LoaderContext loaderContext) Load an SVG document from the given input stream. -
Uses of XMLInput in com.github.weisj.jsvg.parser.impl
Classes in com.github.weisj.jsvg.parser.impl that implement XMLInputMethods in com.github.weisj.jsvg.parser.impl that return XMLInputModifier and TypeMethodDescription@NotNull XMLInputStaxSVGLoader.createXMLInput(@NotNull InputStream inputStream) Methods in com.github.weisj.jsvg.parser.impl with parameters of type XMLInputModifier 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)