.NET Framework Class Library
XmlDocument..::.CreateNode Method
|
| Name | Description |
|---|
.gif) .gif) .gif) | CreateNode(String, String, String) | Creates an XmlNode with the specified node type, Name, and NamespaceURI. |
.gif) .gif) .gif) | CreateNode(XmlNodeType, String, String) | Creates an XmlNode with the specified XmlNodeType, Name, and NamespaceURI. |
.gif) .gif) .gif) | CreateNode(XmlNodeType, String, String, String) | Creates a XmlNode with the specified XmlNodeType, Prefix, Name, and NamespaceURI. |
Top
Reference