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

17 lines
296 B
Java

package org.w3c.dom.svg;
import org.w3c.dom.Document;
import org.w3c.dom.events.DocumentEvent;
public interface SVGDocument extends Document, DocumentEvent {
String getDomain();
String getReferrer();
SVGSVGElement getRootElement();
String getTitle();
String getURL();
}