Search notes:

System.Xml.XmlNode (class)

Methods

AppendChild, PrependChild Appends the given node (XmlNode) to the end/beginning of the object's child nodes. Compare with InsertAfter and InsertBefore.
Clone
CloneNode duplicates a node (when overriden is derived class)
CreateNavigator Creates a System.Xml.XPath.XPathNavigator instance to navigate this object.
GetEnumerator
GetNamespaceOfPrefix
GetPrefixOfNamespace
InsertAfter, InsertBefore Inserts the given node after/before a given node. Compare with AppendChild
Normalize
RemoveAll
RemoveChild
ReplaceChild
SelectNodes Returns a System.Xml.XmlNodeList that contains the nodes that match an XPath expression. This method is a Microsoft extension to the Document Object Model
SelectSingleNode Returns the first node that maches the given XPath expression. Also a Microsoft extension to the DOM. See also using selectSingleNode in VBA.
Supports
WriteContentTo
WriteTo

See also

A System.Xml.XmlNode instance might be created by System.Xml.XmlDocument.CreateNode.
System.Xml.XmlNode (class)
The Node property of Microsoft.PowerShell.Commands.SelectXmlInfo.

Index