blob: 010ddfb4f816aaebc0c38c10abe80b660a7ab73e [file] [log] [blame]
package org.w3c.dom.svg;
public interface SVGElementInstanceList {
public int getLength( );
public SVGElementInstance item ( int index );
}