The XmlHelper type exposes the following members.
Methods
| Name | Description |
---|
 | Equals | (Inherited from Object.) |
  | Fetch(String, String) | 抓取关键字的值 |
  | Fetch(String, XmlDocument) | 抓取关键字的值 |
  | Fetch(String, XmlElement) | 抓取关键字的值 |
  | Fetch(String, String, String) | 抓取关键字的值 |
  | Fetch(String, String, XmlDocument) | 抓取关键字的值 |
  | Fetch(String, String, XmlElement) | 抓取关键字的值 |
  | Fetch(String, XmlDocument, String) | 抓取关键字的值 |
  | Fetch(String, XmlElement, String) | 抓取关键字的值 |
  | Fetch(String, String, XmlDocument, String) | 抓取关键字的值 |
  | Fetch(String, String, XmlElement, String) | 抓取关键字的值 |
  | FetchChildNode | |
  | FetchChildNodeAttribute | 抓取子节点属性 |
  | FetchNodeAttribute(XmlElement, String) | 尝试获取节点标签属性 |
  | FetchNodeAttribute(XmlNode, String) | 尝试获取节点标签属性 |
  | FetchNodeAttribute(XmlElement, String, String) | 尝试获取节点标签属性 |
  | FetchNodeAttribute(XmlNode, String, String) | 尝试获取节点标签属性 |
 | Finalize | (Inherited from Object.) |
 | GetHashCode | (Inherited from Object.) |
 | GetType | (Inherited from Object.) |
  | IsNullOrEmpty | 判断是否是空的Xml信息. |
 | MemberwiseClone | (Inherited from Object.) |
 | ToString | (Inherited from Object.) |
  | ToXml(Object) | 将一个对象序列化为Xml信息. |
  | ToXml(String) | 将一个Json字符串格式化为Xml信息. |
  | ToXmlDocument |
将Json格式转为XML Document对象.
|
  | ToXmlTable | 将一个DataTable转化为Xml信息. |
Top
See Also