| AkXmlCreateNodeEx Method (XmlDocument, String, String, Object) |
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic 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