[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodAppendChild()()()()
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.)
Public methodAppendChild(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.)
Public methodAppendChild(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.)
Public methodAppendChild(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.)

See Also