Mono Class Library: System.Xml.XmlDocument Overview | MembersSystem.Xml.XmlDocument.CreateNode Method |
Creates an System.Xml.XmlNode instance. [Edit]
|
- 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]
An System.Xml.XmlNode instance as indicated by the parameters. [Edit]
Creates an System.Xml.XmlNode instance, according to the arguments. It internally invokes XmlDocument.CreateNode(string, string, string). [Edit]
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0