Re: Difference between noditerator.movenext and...
- From: "darrel" <notreal@xxxxxxxxxxx>
- Date: Tue, 1 Nov 2005 09:32:44 -0600
>> ni.movenext.tostring
>
> This won't compile anyway.
Huh. VS.net is letting it compile for me. Odd.
> MoveNext() method moves iterator to a next node and returns boolean
> meaning true - success, false - no more nodes.
Ah! It returns a boolean. That explains what it's doing! Thanks.
> In .NET 2.0 you can use XPathNavigator().SelectSingleNode() method to get
> XPathNavigator directly.
That will be nice.
-Darrel
.
- References:
- Difference between noditerator.movenext and...
- From: darrel
- Re: Difference between noditerator.movenext and...
- From: Oleg Tkachenko [MVP]
- Difference between noditerator.movenext and...
- Prev by Date: Serialization / Deserialization question...
- Next by Date: Calls to GetElementsByTagName affect performance of XML DOM
- Previous by thread: Re: Difference between noditerator.movenext and...
- Next by thread: Re: Generating the code to turn an XML schema into support for a datas
- Index(es):
Relevant Pages
|