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.Insert

Inserts node(s) at the specified position.

Overload List

Inserts a copy of the node or nodes represented by "obj" into the specified position in this tree relative to the current position and moves the navigator to point at the root of the newly inserted nodes.

[Visual Basic] Overloads MustOverride Public Sub Insert(TreePosition, Object, Type)
[C#] public abstract void Insert(TreePosition, Object, Type);
[C++] public: virtual void Insert(TreePosition, Object, Type) = 0;
[JScript] public abstract function Insert(TreePosition, Object, Type);

Creates a new node and inserts it at the specified position in the tree relative to the current position and moves the navigator to point at this newly inserted node.

[Visual Basic] Overloads MustOverride Public Sub Insert(TreePosition, XmlNodeType, String, String, String)
[C#] public abstract void Insert(TreePosition, XmlNodeType, String, String, String);
[C++] public: virtual void Insert(TreePosition, XmlNodeType, String, String, String) = 0;
[JScript] public abstract function Insert(TreePosition, XmlNodeType, String, String, String);

See Also

XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace