XPathNavigator::HasChildren Property
.NET Framework (current version)
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. |
.NET Framework
Available since 1.1
Silverlight
Available since 4.0
Available since 1.1
Silverlight
Available since 4.0
Show:
