Hi,
In this code:
DOM_NodeList list = grand.getChildNodes(); // works
DOM_Node param = grand.getFirstChild(); // coredumps with
segmentation violation
How come I get the child nodes as a list without a problem, but not get
the first child? How can I test if the FirstChild is available or not?
J
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: getFirstChild coredumps, getChildNodes work J. J. Merelo
- Re: getFirstChild coredumps, getChildNodes work Murray Cumming
