Moves to the child element node of the owning document.
[Visual Basic] MustOverride Public Function MoveToDocumentElement() As Boolean [C#] public abstract bool MoveToDocumentElement(); [C++] public: virtual bool MoveToDocumentElement() = 0; [JScript] public abstract 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.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace