blob: 14863e6eb8c11eda8540bf209cbd2d65445d751e [file] [log] [blame]
package org.w3c.dom.svg;
import org.w3c.dom.DOMException;
public interface SVGScriptElement extends
SVGElement,
SVGURIReference,
SVGExternalResourcesRequired {
public String getType( );
public void setType( String type )
throws DOMException;
}