Package org.w3c.dom.svg
Interface SVGElementInstanceList
-
public interface SVGElementInstanceList
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getLength()
SVGElementInstance
item(int index)
-
-
-
Method Detail
-
getLength
int getLength()
-
item
SVGElementInstance item(int index)
-
-