XmlDocument.CreateNode Method
.NET Framework 2.0
Creates an XmlNode.
| Name | Description |
|---|---|
| XmlDocument.CreateNode (String, String, String) | Creates an XmlNode with the specified node type, Name, and NamespaceURI. Supported by the .NET Compact Framework. |
| XmlDocument.CreateNode (XmlNodeType, String, String) | Creates an XmlNode with the specified XmlNodeType, Name, and NamespaceURI. Supported by the .NET Compact Framework. |
| XmlDocument.CreateNode (XmlNodeType, String, String, String) | Creates a XmlNode with the specified XmlNodeType, Prefix, Name, and NamespaceURI. Supported by the .NET Compact Framework. |