0 out of 9 rated this helpful - Rate this topic

XmlDocument.CreateNode Method

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ