And how do I access individual nodes stored in
DOM_NodeList      nl?
Like nl.item[1]??

-----Original Message-----
From: Tinny Ng [mailto:[EMAIL PROTECTED]] 
Sent: Wednesday, February 06, 2002 3:52 PM
To: [EMAIL PROTECTED]
Subject: Re: nodelist

use getLength(), e.g.

        DOM_NodeList      nl = tx.getChildNodes();
        int      nodeListLen = nl.getLength();

Tinny

"Bavishi, Pankij" wrote:

> In xerces- c++ how can I get "Nodelist length" containing length of child nodes or 
>so? I didn't find any function readymade in DOM like getFirstChild() etc?
> Please help
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

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

Reply via email to