> -----Original Message-----
> From: Awasthi, Anand [SMTP:[EMAIL PROTECTED]]
> Sent: Tuesday, June 12, 2001 12:19 PM
> To:   '[EMAIL PROTECTED]'
> Subject:      RE: wrapping Xerces API in my code !!
> 
> thanks Adams.....
> 
> you are correct actually I am not initializing member DOM_Node with in
> struct
> thats why i have to initialize it explicitly before using  getNOdeNAme()
> etc
> functions on it. 
> 
> I am doing exactly the same thing as you suggested below.
> 
> like 
> 
>       Xml_DOM_Node_Impl* impl = new Xml_DOM_Node_Impl;
>       impl->domnode = n; [Adams, David] Where are you getting 'n' from ?
> From the DOM_Document ?
>       Xml_DOM_Node xml_domnode(impl);
>       DOMString domstring = xml_domnode.getNodeName();
> 
> so we shouls be fine now and there should not be any access violation
> errors
> ...am i correct ??
> or still are there any chances of access violations ?? 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to