Moves to the child element node of the owning document.
[Visual Basic] Overrides Public Function MoveToDocumentElement() As Boolean [C#] public override bool MoveToDocumentElement(); [C++] public: override bool MoveToDocumentElement(); [JScript] public override function MoveToDocumentElement() : Boolean;
true if the document that owns this node currently has a child element node.
false if the document that owns this node currently has no child element node.
DataDocumentNavigator Class | DataDocumentNavigator Members | System.NewXml Namespace