public interface SVGStringList
- 
Method SummaryModifier and TypeMethodDescriptionappendItem(String newItem) voidclear()getItem(int index) intinitialize(String newItem) insertItemBefore(String newItem, int index) removeItem(int index) replaceItem(String newItem, int index) 
- 
Method Details- 
getNumberOfItemsint getNumberOfItems()
- 
clear- Throws:
- DOMException
 
- 
initialize- Throws:
- DOMException
- SVGException
 
- 
getItem- Throws:
- DOMException
 
- 
insertItemBefore- Throws:
- DOMException
- SVGException
 
- 
replaceItem- Throws:
- DOMException
- SVGException
 
- 
removeItem- Throws:
- DOMException
 
- 
appendItem- Throws:
- DOMException
- SVGException
 
 
-