XmlDocument.CreateNode Method
.NET Framework 4.5
Creates an XmlNode.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateNode(String, String, String) | Creates an XmlNode with the specified node type, Name, and NamespaceURI. |
|
CreateNode(XmlNodeType, String, String) | Creates an XmlNode with the specified XmlNodeType, Name, and NamespaceURI. |
|
CreateNode(XmlNodeType, String, String, String) | Creates a XmlNode with the specified XmlNodeType, Prefix, Name, and NamespaceURI. |