The SVGStringList defines a list of DOMString objects.

Documentation SVGStringList by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read onlylength:Int

Methods

appendItem (newItem:String):String

Throws:

null

DOMError

getItem (index:Int):String

Throws:

null

DOMError

initialize (newItem:String):String

Throws:

null

DOMError

insertItemBefore (newItem:String, index:Int):String

Throws:

null

DOMError

removeItem (index:Int):String

Throws:

null

DOMError

replaceItem (newItem:String, index:Int):String

Throws:

null

DOMError