org.vectomatic.dom.svg.impl
Class SVGParserImplMozilla

java.lang.Object
  extended by org.vectomatic.dom.svg.impl.SVGParserImpl
      extended by org.vectomatic.dom.svg.impl.SVGParserImplMozilla

public class SVGParserImplMozilla
extends SVGParserImpl

Internal class to wrap DOM parser implementations for mozilla

Author:
laaglu

Constructor Summary
SVGParserImplMozilla()
           
 
Method Summary
 SVGSVGElement parse(String rawSvg, boolean enableScripts)
          Parses the supplied SVG text into a document
 
Methods inherited from class org.vectomatic.dom.svg.impl.SVGParserImpl
enableScriptElements, parseFromString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SVGParserImplMozilla

public SVGParserImplMozilla()
Method Detail

parse

public final SVGSVGElement parse(String rawSvg,
                                 boolean enableScripts)
                          throws ParserException
Parses the supplied SVG text into a document

Overrides:
parse in class SVGParserImpl
Parameters:
rawSvg - raw xml to be parsed
enableScripts - true to enable embedded scripts, false otherwise
Returns:
the document resulting from the parse
Throws:
ParserException


Copyright © 2012. All Rights Reserved.