XPathNavigator::SelectChildren Method
.NET Framework (current version)
Selects all the child nodes of the current node that match the selection criteria.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | SelectChildren(String^, String^) | Selects all the child nodes of the current node that have the local name and namespace URI specified. |
![]() | SelectChildren(XPathNodeType) | Selects all the child nodes of the current node that have the matching XPathNodeType. |
Show:
