org.apache.fop.dom.svg
Class SVGStringListImpl

org.apache.fop.dom.svg.SVGListImpl
  |
  +--org.apache.fop.dom.svg.SVGStringListImpl

public class SVGStringListImpl
extends SVGListImpl
implements SVGStringList


Fields inherited from class org.apache.fop.dom.svg.SVGListImpl
list

Constructor Summary
SVGStringListImpl(String str)
           

Method Summary
 StringappendItem(String newItem)
           
 StringcreateItem()
           
 StringgetItem(int index)
           
 Stringinitialize(String newItem)
           
 StringinsertItemBefore(String newItem, int index)
           
 (package private) voidparseString(String str)
           
 StringremoveItem(int index)
           
 StringreplaceItem(String newItem, int index)
           

Methods inherited from class org.apache.fop.dom.svg.SVGListImpl
clear, getNumberOfItems, toString

Constructor Detail

SVGStringListImpl

public SVGStringListImpl(String str)
Method Detail

appendItem

public String appendItem(String newItem)
throws SVGException

createItem

public String createItem()

getItem

public String getItem(int index)
throws DOMException

initialize

public String initialize(String newItem)
throws SVGException

insertItemBefore

public String insertItemBefore(String newItem, int index)
throws SVGException

parseString

void parseString(String str)

removeItem

public String removeItem(int index)
throws DOMException

replaceItem

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