Click or drag to resize
AkXmlCreateNodeEx Method (XmlDocument, String)

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static XmlElement CreateNodeEx(
	XmlDocument doc,
	string nodeName
)

Parameters

doc
Type: System.XmlXmlDocument
nodeName
Type: SystemString

Return Value

Type: XmlElement
See Also