XPathNavigator.HasChildren Property
Gets a value indicating whether the current node has any child nodes.
Assembly: System.Xml (in System.Xml.dll)
If the XPathNavigator is positioned on a node that cannot have child nodes, the HasChildren property always returns false.
The following table lists the child node XPathNodeType nodes allowed for each XPathNodeType node.
XPathNodeType Node | Child XPathNodeType Nodes | ||
|---|---|---|---|
Element, Comment, or ProcessingInstruction nodes.
| |||
Element, Text, Comment, ProcessingInstruction, Whitespace or SignificantWhitespace nodes. | |||
All other XPathNodeType nodes | Cannot have child nodes. |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Note