|
Mac Dev Center
Mac OS X Reference Library Networking, Internet, & Web: Web Client WebKit DOM Reference
|
SVGLengthList |
| Module: | svg |
| Declared In: |
Use the links in the table of contents to the left to access the documentation.
appendItem |
SVGLength appendItem( in SVGLength item) raises(DOMException, SVGException);
clear |
void clear() raises(DOMException);
getItem |
SVGLength getItem( in unsigned long index) raises(DOMException);
initialize |
SVGLength initialize( in SVGLength item) raises(DOMException, SVGException);
insertItemBefore |
SVGLength insertItemBefore( in SVGLength item, in unsigned long index) raises(DOMException, SVGException);
removeItem |
SVGLength removeItem( in unsigned long index) raises(DOMException);
replaceItem |
SVGLength replaceItem( in SVGLength item, in unsigned long index) raises(DOMException, SVGException);
numberOfItems |
readonly attribute unsigned long numberOfItems;
Last Updated: 2009-05-29