
10 Jul
2007
10 Jul
'07
3:20 p.m.
Stefan Seefeld wrote:
Right. The "DOM" API isn't actually standardized for anything but Java.
<nitpick> and ECMAScript and OMG IDL (http://www.w3.org/TR/DOM-Level-2-Core/) </nitpick>
So in my attempt to provide a "DOM-like" API I have been trying to capture the semantics, not the syntax, and map that to "modern C++ style" idioms.
That's certainly better than to apply IDL-C++ mappings ;) Regards, m