Mono Class Library: System.Xml.XmlDocument Overview | Members

System.Xml.XmlDocument.CreateNode Method

Creates an System.Xml.XmlNode instance. [Edit]

public virtual XmlNode CreateNode (XmlNodeType type, string name, string namespaceURI)

Parameters

type
System.Xml.XmlNodeType that indicates the type of node to be created. [Edit]
name
Name string of the node to be created. [Edit]
namespaceURI
Namespace URI string of the node to be created. [Edit]

Returns

An System.Xml.XmlNode instance as indicated by the parameters. [Edit]

Remarks

Creates an System.Xml.XmlNode instance, according to the arguments. It internally invokes XmlDocument.CreateNode(string, string, string). [Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0