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, parseIE
public final SVGSVGElement parse(String rawSvg, boolean enableScripts) throws ParserException
parse
in class SVGParserImpl
rawSvg
- raw xml to be parsedenableScripts
- true to enable embedded scripts, false otherwiseParserException
Copyright © 2018. All Rights Reserved.