1 2 package org.w3c.dom.svg;3 4 public interface SVGClipPathElement extends 5 SVGElement,6 SVGTests,7 SVGLangSpace,8 SVGExternalResourcesRequired,9 SVGStylable,10 SVGTransformable,11 SVGUnitTypes {12 public SVGAnimatedEnumeration getClipPathUnits( );13 }14