org.w3c.dom.svg
Interface SVGStringList


public interface SVGStringList


Method Summary
 String appendItem(String newItem)
           
 void clear()
           
 String getItem(int index)
           
 int getNumberOfItems()
           
 String initialize(String newItem)
           
 String insertItemBefore(String newItem, int index)
           
 String removeItem(int index)
           
 String replaceItem(String newItem, int index)
           
 

Method Detail

getNumberOfItems

public int getNumberOfItems()

clear

public void clear()
           throws DOMException
Throws:
DOMException

initialize

public String initialize(String newItem)
                  throws DOMException,
                         SVGException
Throws:
DOMException
SVGException

getItem

public String getItem(int index)
               throws DOMException
Throws:
DOMException

insertItemBefore

public String insertItemBefore(String newItem,
                               int index)
                        throws DOMException,
                               SVGException
Throws:
DOMException
SVGException

replaceItem

public String replaceItem(String newItem,
                          int index)
                   throws DOMException,
                          SVGException
Throws:
DOMException
SVGException

removeItem

public String removeItem(int index)
                  throws DOMException
Throws:
DOMException

appendItem

public String appendItem(String newItem)
                  throws DOMException,
                         SVGException
Throws:
DOMException
SVGException


Copyright ? 2005 Apache Software Foundation. All Rights Reserved.