public class SVGParserImplMozilla extends SVGParserImpl
| Constructor and Description |
|---|
SVGParserImplMozilla() |
| Modifier and Type | Method and Description |
|---|---|
SVGSVGElement |
parse(String rawSvg,
boolean enableScripts)
Parses the supplied SVG text into a document
|
enableScriptElements, isIE, parseFromString, parseIEpublic final SVGSVGElement parse(String rawSvg, boolean enableScripts) throws ParserException
parse in class SVGParserImplrawSvg - raw xml to be parsedenableScripts - true to enable embedded scripts, false otherwiseParserExceptionCopyright © 2018. All Rights Reserved.