niagara-ax/decompiled/org/w3c/dom/svg/GetSVGDocument.java
2026-03-17 13:31:18 -07:00

8 lines
150 B
Java

package org.w3c.dom.svg;
import org.w3c.dom.DOMException;
public interface GetSVGDocument {
SVGDocument getSVGDocument() throws DOMException;
}