public class XMLLoader
extends java.lang.Object
| Constructor and Description |
|---|
XMLLoader() |
| Modifier and Type | Method and Description |
|---|---|
static SvgSvgElement |
loadDocument(@Nullable java.lang.String outFile,
@NonNull java.io.InputStream in)
Load the SVG-File into an in memory model
|
static void |
main(java.lang.String[] args)
Test method should not be called
|
public static void main(java.lang.String[] args)
args - the argumentspublic static SvgSvgElement loadDocument(@Nullable java.lang.String outFile, @NonNull java.io.InputStream in)
outFile - the output file, used to calculate relative paths, might by
nullin - the inputstream