1 2 package org.w3c.dom.svg;3 4 public interface SVGFEMergeNodeElement extends 5 SVGElement {6 public SVGAnimatedString getIn1( );7 }8