org.vectomatic.dom.svg.impl
Class SVGParserImplOpera
java.lang.Object
org.vectomatic.dom.svg.impl.SVGParserImpl
org.vectomatic.dom.svg.impl.SVGParserImplOpera
public class SVGParserImplOpera
- extends SVGParserImpl
Internal class to wrap DOM parser implementations for opera
- Author:
- laaglu
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SVGParserImplOpera
public SVGParserImplOpera()
parse
public final SVGSVGElement parse(String rawSvg)
throws ParserException
- Parses the supplied SVG text into a document
- Overrides:
parse
in class SVGParserImpl
- Parameters:
rawSvg
- raw xml to be parsed
- Returns:
- the document resulting from the parse
- Throws:
ParserException
Copyright © 2012. All Rights Reserved.