DOM SVGNumber and DOMString

Hello,

in the SVG and DOM specs, the interfaces SVGNumber and DOMString are
specified, and SVGNumberList and SVGStringList contain pointers to these
object types. And it's even stated that if an object is already in another
list, it should be removed from that list first before being inserted in a
new list.

I'm just making sure that this is correct (which precludes me from just
using double and BSTR in C++ COM , but that I have to wrap these inside
objects)

Am I/Is this correct?

--
Sigurd Lerstad

Received on Tuesday, 30 July 2002 01:43:58 UTC