[jdom-interest] Child number

bob mcwhirter bob at werken.com
Tue Apr 16 16:16:49 PDT 2002


Presumably you're iterating, looking for 'B' in the first place,
so check the mail archives for discussion regarding ListIterator...

	-bob

On Tue, 16 Apr 2002, KhanhVinh Tran wrote:

> I have a XML doc as below:
> 
> <sample>
>        <child> A </child>
>        <child> B </child>
>        <child> C </child>
>        ...
> </sample>
> 
> How do I know "B" is the text of the 2rd child?
> I need to know the child number so I can use
> the method remove(int child#).
> Ex: allChildren.remove(3) //remove the third child
> 
> Thanks in advance.
>   
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Tax Center - online filing with TurboTax
> http://taxes.yahoo.com/
> _______________________________________________
> To control your jdom-interest membership:
> http://lists.denveronline.net/mailman/options/jdom-interest/youraddr@yourhost.com
> 




More information about the jdom-interest mailing list