1 2 package org.w3c.dom.svg;3 4 import org.w3c.dom.DOMException ;5 6 public interface GetSVGDocument {7 public SVGDocument getSVGDocument ( )8 throws DOMException ;9 }10