XmlHelperExtReadAllChild Method | Helper帮助文档 |
获取某一节点的所有孩子节点的值
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XmlNodeList ReadAllChild( string node )
Public Function ReadAllChild ( node As String ) As XmlNodeList
public: XmlNodeList^ ReadAllChild( String^ node )
member ReadAllChild : node : string -> XmlNodeList
Parameters
- node
- Type: SystemString
要查询的节点
Return Value
Type: XmlNodeList[Missing <returns> documentation for "M:HD.Common.XmlHelperExt.ReadAllChild(System.String)"]
See Also