Uses of Interface
com.github.weisj.jsvg.parser.XMLInput
-
Packages that use XMLInput Package Description com.github.weisj.jsvg.parser com.github.weisj.jsvg.parser.impl -
-
Uses of XMLInput in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser with parameters of type XMLInput Modifier and Type Method Description @Nullable SVGDocumentSVGLoader. load(@NotNull XMLInput xmlInput, @Nullable java.net.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 XMLInput Modifier and Type Class Description classInputStreamXMLInputMethods in com.github.weisj.jsvg.parser.impl that return XMLInput Modifier and Type Method Description @NotNull XMLInputStaxSVGLoader. createXMLInput(@NotNull java.io.InputStream inputStream)Methods in com.github.weisj.jsvg.parser.impl with parameters of type XMLInput Modifier and Type Method Description @Nullable SVGDocumentStaxSVGLoader. load(@NotNull XMLInput xmlInput, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)(package private) @Nullable SVGDocumentBuilderStaxSVGLoader. parse(@NotNull XMLInput xmlInput, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)
-