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

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,
	string attrName,
	Object attrValue
)

Parameters

doc
Type: System.XmlXmlDocument
nodeName
Type: SystemString
attrName
Type: SystemString
attrValue
Type: SystemObject

Return Value

Type: XmlElement
See Also