You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Felipe Micaroni Lalli <fe...@sigmabbs.com.br> on 2002/04/23 01:24:18 UTC

memory allocate in DOM_Node

Hello people,
I made a program using DOM Xerces for C++ and the functions:

DOM_Node::getNodeName() or DOM_Node::getNodeValue() allocate memory.
Any ideas?

Thanks,
hugs,
Felipe.

Re: memory allocate in DOM_Node

Posted by Jorge Pozo Ramirez <j....@externo.mju.es>.
    Both of them returns a newly allocated DOMString, hence, newly allocated memory for it.

Jorge



  ----- Original Message ----- 
  From: Felipe Micaroni Lalli 
  To: xerces-c-dev@xml.apache.org 
  Sent: Tuesday, April 23, 2002 1:24 AM
  Subject: memory allocate in DOM_Node


  Hello people,
  I made a program using DOM Xerces for C++ and the functions:

  DOM_Node::getNodeName() or DOM_Node::getNodeValue() allocate memory.
  Any ideas?

  Thanks,
  hugs,
  Felipe.