Class StaxSVGLoader
java.lang.Object
com.github.weisj.jsvg.parser.impl.StaxSVGLoader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull XMLInputcreateXMLInput(@NotNull InputStream inputStream) @Nullable SVGDocumentload(@NotNull XMLInput xmlInput, @Nullable URI xmlBase, @NotNull LoaderContext loaderContext)
-
Constructor Details
-
StaxSVGLoader
public StaxSVGLoader()
-
-
Method Details
-
load
@Nullable public @Nullable SVGDocument load(@NotNull @NotNull XMLInput xmlInput, @Nullable @Nullable URI xmlBase, @NotNull @NotNull LoaderContext loaderContext) throws XMLStreamException - Throws:
XMLStreamException
-
createXMLInput
-