package org.w3c.dom.svg; public interface SVGElementInstanceList { int getLength(); SVGElementInstance item(int i); }