blob: cc89701377e710ade88e71d68ef5a50006bbdb52 [file] [log] [blame]
package org.w3c.dom.svg;
import org.w3c.dom.DOMException;
public interface GetSVGDocument {
public SVGDocument getSVGDocument ( )
throws DOMException;
}