public interface SVGStringList
-
Method Summary
Modifier 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
-
getNumberOfItems
int getNumberOfItems() -
clear
- Throws:
DOMException
-
initialize
- Throws:
DOMExceptionSVGException
-
getItem
- Throws:
DOMException
-
insertItemBefore
- Throws:
DOMExceptionSVGException
-
replaceItem
- Throws:
DOMExceptionSVGException
-
removeItem
- Throws:
DOMException
-
appendItem
- Throws:
DOMExceptionSVGException
-