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 SVGDocument
SVGLoader. 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 class
InputStreamXMLInput
Methods in com.github.weisj.jsvg.parser.impl that return XMLInput Modifier and Type Method Description @NotNull XMLInput
StaxSVGLoader. 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 SVGDocument
StaxSVGLoader. load(@NotNull XMLInput xmlInput, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)
(package private) @Nullable SVGDocumentBuilder
StaxSVGLoader. parse(@NotNull XMLInput xmlInput, @Nullable java.net.URI xmlBase, @NotNull LoaderContext loaderContext)
-