XmlDocument.CreateNode Method
.NET Framework (current version)
Creates an XmlNode.
Assembly: System.Xml (in System.Xml.dll)
| 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. |
Show:
