XmlHelper Methods

HD.Common

XmlHelper Methods Helper帮助文档

The XmlHelper type exposes the following members.

Methods

  Name Description
Public method AppendNode(DataSet)
1. 功能:新增节点。 2. 使用条件:将DataSet中的第一条记录插入Xml文件中。
Public method AppendNode(XmlNode)
1. 功能:新增节点。 2. 使用条件:将任意节点插入到当前Xml文件中。
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAttributeValue(String, String)
获取指定XPath表达式节点的属性值
Public method Static member GetAttributeValue(String, String, String)
获取指定XPath表达式节点的属性值
Public method GetHashCode (Inherited from Object.)
Public method GetNode
获取指定XPath表达式的节点对象
Public method GetType (Inherited from Object.)
Public method GetValue(String)
获取指定XPath表达式节点的值
Public method Static member GetValue(String, String)
获取指定XPath表达式节点的值
Protected method MemberwiseClone (Inherited from Object.)
Public method RemoveNode
删除指定XPath表达式的节点
Public method Save
保存XML文件
Public method ToString (Inherited from Object.)
Top
See Also

Reference