logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

RE: attr.getNodeValue() == "AT_NAME" does not work: msg#00030

Subject: RE: attr.getNodeValue() == "AT_NAME" does not work
Hi

First of all try "AT_NAME".equals(attr.getNodeValue()) instead of "=="
operation.

> -----Original Message-----
> From: yasar tekin [mailto:yasar_tekin@xxxxxxxxx]
> Sent: Tuesday, May 11, 2004 5:44 PM
> To: xerces
> Subject: attr.getNodeValue() == "AT_NAME" does not work
>
>
> hi
>
> <AttrDef AttrDef.Type="AT_NAME">
>       <AttrValue LocaleId="1055">yasar</AttrValue>
> </AttrDef>
>
> this is the xml file part } want to get. } wrote
>
> if ((attr.getNodeName() == "AttrDef.Type") &&
> (attr.getNodeValue() == "AT_NAME")) {
>
> but (attr.getNodeValue() == "AT_NAME") part does not
> work. what is my problem. thanks for your help...
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Win a $20,000 Career Makeover at Yahoo! HotJobs
> http://hotjobs.sweepstakes.yahoo.com/careermakeover
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-j-user-unsubscribe@xxxxxxxxxxxxxx
> For additional commands, e-mail: xerces-j-user-help@xxxxxxxxxxxxxx
>
>


<Prev in Thread] Current Thread [Next in Thread>