Click or drag to resize
XmlCustomReaderGetByNamePath Method
根据名称路径获取节点

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static XmlElement GetByNamePath(
	XmlElement root,
	string path
)

Parameters

root
Type: System.XmlXmlElement
path
Type: SystemString

Return Value

Type: XmlElement
See Also