summaryrefslogtreecommitdiffstats
path: root/src/main/java/org/w3c/dom/svg/SVGSwitchElement.java
blob: 0db51f1a0987170346bba30562d74c9f337c6036 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

package org.w3c.dom.svg;

import org.w3c.dom.events.EventTarget;

public interface SVGSwitchElement extends 
               SVGElement,
               SVGTests,
               SVGLangSpace,
               SVGExternalResourcesRequired,
               SVGStylable,
               SVGTransformable,
               EventTarget {
}