5 lines
97 B
Java
5 lines
97 B
Java
package org.w3c.dom.svg;
|
|
|
|
public interface SVGTSpanElement extends SVGTextPositioningElement {
|
|
}
|