Class type Dom_svg.numberList
method numberOfItems : int Js.readonly_propmethod clear : unit Js.methmethod initialize : 'a -> 'a Js.methmethod getItem : int -> 'a Js.methmethod insertItemBefore : 'a -> int -> 'a Js.methmethod replaceItem : 'a -> int -> 'a Js.methmethod removeItem : int -> 'a Js.methmethod appendItem : 'a -> 'a Js.meth