package org.lobobrowser.html.svgimpl;
import org.lobobrowser.w3c.svg.SVGSymbolElement;
public class SVGSymbolElementImpl extends SVGSVGElementImpl implements SVGSymbolElement {
public SVGSymbolElementImpl(String name) {
super(name);
}
}