Click or drag to resize
AkXmlHasAttribute Method
判断节点是否具有相关属性

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static bool HasAttribute(
	XmlNode node,
	string attrName,
	string attrValue
)

Parameters

node
Type: System.XmlXmlNode
attrName
Type: SystemString
attrValue
Type: SystemString

Return Value

Type: Boolean
See Also