- From: Eric Lawson <ericl@isogen.com>
- Date: Tue, 10 Jul 2001 08:03:23 -0500
- To: Erez Greenstein <Erez_Greenstein@CreoScitex.com>
- CC: "'www-dom@w3.org'" <www-dom@w3.org>
Template classes operate off of any datatype, so yes, it is absolutely possible to use STL functions such as vectors, hashtables, etc. with DOM_Node objects. However, you would be better off using the provided classes that come with your DOM implementation (i.e. NodeList and NamedNodeMap) instead. Erez Greenstein wrote: > I am trying to use STL map with DOM_Node as its value ? > Is it possible ? > any help will be appreciated .
Received on Tuesday, 10 July 2001 09:03:27 UTC