Gets a value indicating whether the current node has child nodes.
[Visual Basic] MustOverride Public ReadOnly Property HasChildren As Boolean [C#] public bool HasChildren {abstract get;} [C++] public: __property virtual bool get_HasChildren() = 0; [JScript] public abstract function get HasChildren() : Boolean;
true if the current node has child nodes; otherwise, false.
This is potentially more efficient than using the ChildCount property.
XmlNavigator Class | XmlNavigator Members | System.NewXml Namespace