summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/GetSVGDocument.java
blob: 29b5f82d984bbc56573c228e667023f87a0db54b (plain) (blame)
1
2
3
4
5
6
7
8
9

package org.w3c.dom.svg;

import org.w3c.dom.DOMException;

public interface GetSVGDocument {
  public SVGDocument getSVGDocument (  )
                  throws DOMException;
}