| AkXmlGetByIndexPath Method |
根据索引路径获取节点。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static XmlElement GetByIndexPath(
XmlDocument doc,
string path
)
Parameters
- doc
- Type: System.XmlXmlDocument
文档对象。 - path
- Type: SystemString
索引路径。
Return Value
Type:
XmlElement节点。
See Also