Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / src / bind / java / org / w3c / dom / svg / GetSVGDocument.java
2 package org.w3c.dom.svg;
4 import org.w3c.dom.DOMException;
6 public interface GetSVGDocument {
7   public SVGDocument getSVGDocument (  )
8                   throws DOMException;
9 }