Click or drag to resize
AkXmlDeleteExceptNode Method
移除除了具有相关属性的其他所有子节点

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static void DeleteExceptNode(
	XmlNode parent,
	string attrName,
	string attrValue
)

Parameters

parent
Type: System.XmlXmlNode
attrName
Type: SystemString
attrValue
Type: SystemString
See Also