1 2 package org.w3c.dom.svg;3 4 public interface SVGTextElement extends 5 SVGTextPositioningElement,6 SVGTransformable {7 }8