Copies all the children from current position of the specified XmlNavigator and inserts them at the specified position in this XmlNavigator.
[Visual Basic] Overrides Public Sub CopyChildren( _ ByVal p As TreePosition, _ ByVal other As XmlNavigator _ ) [C#] public override void CopyChildren( TreePosition p, XmlNavigator other ); [C++] public: override void CopyChildren( TreePosition p, XmlNavigator* other ); [JScript] public override function CopyChildren( p : TreePosition, other : XmlNavigator );
Exception Type | Condition |
---|---|
InvalidArgument | The child nodes in other specify nodes with an XmlNodeType that can not be inserted at position p. |
InvalidArgument | The child nodes in other specify nodes with an XmlNodeType that can not be inserted at position p. |
InvalidArgument | The child nodes in other specify nodes with an XmlNodeType that can not be inserted at position p. |
InvalidArgument | The child nodes in other specify nodes with an XmlNodeType that can not be inserted at position p. |
InvalidArgument | The child nodes in other specify nodes with an XmlNodeType that can not be inserted at position p. |
This XmlNavigator's position is unaffected by this operation.
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace