XPathNavigator::PrependChild Method
.NET Framework (current version)
Creates a new child node at the beginning of the list of child nodes of the current node.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | PrependChild() | Returns an XmlWriter object used to create a new child node at the beginning of the list of child nodes of the current node. |
![]() | PrependChild(String^) | Creates a new child node at the beginning of the list of child nodes of the current node using the XML string specified. |
![]() | PrependChild(XmlReader^) | Creates a new child node at the beginning of the list of child nodes of the current node using the XML contents of the XmlReader object specified. |
![]() | PrependChild(XPathNavigator^) | Creates a new child node at the beginning of the list of child nodes of the current node using the nodes in the XPathNavigator object specified. |
Show:
