| AkXmlDeleteExceptNode Method |
移除除了具有相关属性的其他所有子节点
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void DeleteExceptNode(
XmlNode parent,
string attrName,
string attrValue
)
Parameters
- parent
- Type: System.XmlXmlNode
- attrName
- Type: SystemString
- attrValue
- Type: SystemString
See Also