Hello again. Several xerces API calls (e.g. xercesc::DOMElement*->getElementsByTagName()) return xercesc::DOMNodeList* "live" objects.
Do I need to delete/release these objects when I'm done using them? How? Other calls (e.g. xercesc::DOMNode *->getAttributes()), return xercesc::DOMNamedNodeMap*. Again --- do I need to release them when I'm done with them? Is there a general rule for releasing API internal/instantiated objects? Motti Shneor Senior Software Engineer Orbograph Ltd. [EMAIL PROTECTED] http://www.orbograph.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
