Mac OS X Reference Library Apple Developer
Search

SVGNumberList

Module:
svg
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Functions

appendItem
clear
getItem
initialize
insertItemBefore
removeItem
replaceItem

appendItem



SVGNumber appendItem(
    in SVGNumber item) raises(DOMException, SVGException); 

clear



void clear() raises(DOMException); 

getItem



SVGNumber getItem(
    in unsigned long index) raises(DOMException); 

initialize



SVGNumber initialize(
    in SVGNumber item) raises(DOMException, SVGException); 

insertItemBefore



SVGNumber insertItemBefore(
    in SVGNumber item,
    in unsigned long index) raises(DOMException, SVGException); 

removeItem



SVGNumber removeItem(
    in unsigned long index) raises(DOMException); 

replaceItem



SVGNumber replaceItem(
    in SVGNumber item,
    in unsigned long index) raises(DOMException, SVGException); 

Member Data

numberOfItems

numberOfItems



readonly attribute unsigned long numberOfItems; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27