1 2 package org.w3c.dom.svg;3 4 public interface SVGElementInstanceList {5 public int getLength( );6 7 public SVGElementInstance item ( int index );8 }9