Code

dos to unix conversion
[inkscape.git] / 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 }