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 Thomas SCHOERNER-SADENIUS <Th...@cern.ch> on 2001/10/15 15:04:52 UTC

tree walking

Hello, 

I tried to implement tree walking in my c++ applicaton which uses DOM.
However, I did not come any further than

	DOM_TreeWalker TM_Walker;

Any further attempt to do anything led to segmentation faults:

Especially I thought I could set the node to start with by 

        TM_Walker.setCurrentNode(currentNode);

but also this failed. 

Can anybody help me?

Cheers, 

Thomas


-- 
   +-------------------------------------------------------------------+
   |  Thomas Schoerner-Sadenius          thomas.schoerner@cern.ch      |
   |  CERN, Division EP                  phone  ++41 22 767 1193       |
   |  CH-1211 Geneva 23                  Room   40-5-C01               |
   +-------------------------------------------------------------------+

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org