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
SVGStringListImpl
public SVGStringListImpl(String str)
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