XmlDocument.CreateElement Method
.NET Framework (current version)
Creates an XmlElement.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | CreateElement(String) | Creates an element with the specified name. |
![]() | CreateElement(String, String) | Creates an XmlElement with the qualified name and NamespaceURI. |
![]() | CreateElement(String, String, String) | Creates an element with the specified Prefix, LocalName, and NamespaceURI. |
Show:
