Click or drag to resize
AkXmlGetIndexPath Method
获取节点的索引路径。

索引路径的格式为 0\5\1\8 形式。

路径不涉及文档根节点,路径的第一部分即指节点的某级父节点在根节点子集中的索引。

文档根节点的索引路径为空字符串。

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static string GetIndexPath(
	XmlNode node
)

Parameters

node
Type: System.XmlXmlNode
节点。

Return Value

Type: String
索引路径。
See Also