| XmlCustomReaderGetByNamePath Method |
根据名称路径获取节点
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static XmlElement GetByNamePath(
XmlElement root,
string path
)
Parameters
- root
- Type: System.XmlXmlElement
- path
- Type: SystemString
Return Value
Type:
XmlElement
See Also