1 2 package org.w3c.dom.svg;3 4 public interface SVGAnimatedLength {5 public SVGLength getBaseVal( );6 public SVGLength getAnimVal( );7 }8