NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlNavigator Class

Reads and writes XML data using a cursor model.

This class is abstract.

Object
   XmlNavigator

[Visual Basic]
MustInherit Public Class XmlNavigator
   Implements ICloneable
[C#]
public abstract class XmlNavigator : ICloneable
[C++]
public __gc __abstract class XmlNavigator : public ICloneable
[JScript]
public abstract class XmlNavigator implements ICloneable

Remarks

XmlNavigator provides all the node and attribute properties of the XmlReader. However, the XmlNavigator adds the following features:

The XmlNavigator is always positioned on a node. If a method call fails, the XmlNavigator remains in the position it was in before the method call. The XmlNavigator provides a virtual window into a tree of nodes. This has the following implications:

Requirements

Namespace: System.NewXml

Assembly: System.Xml.dll

See Also

XmlNavigator Members | System.NewXml Namespace