[This is preliminary documentation and is subject to change.]
Overload List
| Name | Description | |
|---|---|---|
| AppendChild()()()() | Returns an XmlWriter object used to create one or more new child nodes at the end of the list of child nodes of the current node. (Inherited from XPathNavigator.) | |
| AppendChild(String) | Creates a new child node at the end of the list of child nodes of the current node using the XML data string specified. (Inherited from XPathNavigator.) | |
| AppendChild(XmlReader) | Creates a new child node at the end of the list of child nodes of the current node using the XML contents of the XmlReader object specified. (Inherited from XPathNavigator.) | |
| AppendChild(XPathNavigator) | Creates a new child node at the end of the list of child nodes of the current node using the nodes in the XPathNavigator specified. (Inherited from XPathNavigator.) |