XPathNavigator.SelectChildren Method (String, String)
Selects all the child nodes of the current node that have the local name and namespace URI specified.
Namespace: System.Xml.XPath
Assembly: System.Xml (in System.Xml.dll)
Parameters
- name
- Type: System.String
The local name of the child nodes.
- namespaceURI
- Type: System.String
The namespace URI of the child nodes.
Return Value
Type: System.Xml.XPath.XPathNodeIteratorAn XPathNodeIterator that contains the selected nodes.
| Exception | Condition |
|---|---|
| ArgumentNullException | null cannot be passed as a parameter. |
If String.Empty is specified as the name parameter, all child nodes that belong to the specified namespace URI are selected. If String.Empty is specified as the namespaceURI parameter, all child nodes with the specified local name that belong to no namespace are selected. If both the local name and namespace URI parameters are String.Empty, all child nodes that belong to no namespace are selected.
The SelectChildren method has no effect on the state of the XPathNavigator.
For an example of selecting ancestor, child and descendant nodes, see SelectAncestors.
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.