org.w3c.dom.svg
Interface SVGStringList
public interface SVGStringList
getNumberOfItems
int getNumberOfItems()
clear
void clear()
throws DOMException
- Throws:
DOMException
initialize
java.lang.String initialize(java.lang.String newItem)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
getItem
java.lang.String getItem(int index)
throws DOMException
- Throws:
DOMException
insertItemBefore
java.lang.String insertItemBefore(java.lang.String newItem,
int index)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
replaceItem
java.lang.String replaceItem(java.lang.String newItem,
int index)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException
removeItem
java.lang.String removeItem(int index)
throws DOMException
- Throws:
DOMException
appendItem
java.lang.String appendItem(java.lang.String newItem)
throws DOMException,
SVGException
- Throws:
DOMException
SVGException