5 lines
90 B
Java
5 lines
90 B
Java
package org.w3c.dom.svg;
|
|
|
|
public interface SVGDefinitionSrcElement extends SVGElement {
|
|
}
|