Click or drag to resize
XmlHelper Class
XML 数据处理辅助类
Inheritance Hierarchy
SystemObject
  X3Platform.UtilXmlHelper

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class XmlHelper

The XmlHelper type exposes the following members.

Constructors
  NameDescription
Public methodXmlHelper
Initializes a new instance of the XmlHelper class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodStatic memberFetch(String, String)
抓取关键字的值
Public methodStatic memberFetch(String, XmlDocument)
抓取关键字的值
Public methodStatic memberFetch(String, XmlElement)
抓取关键字的值
Public methodStatic memberFetch(String, String, String)
抓取关键字的值
Public methodStatic memberFetch(String, String, XmlDocument)
抓取关键字的值
Public methodStatic memberFetch(String, String, XmlElement)
抓取关键字的值
Public methodStatic memberFetch(String, XmlDocument, String)
抓取关键字的值
Public methodStatic memberFetch(String, XmlElement, String)
抓取关键字的值
Public methodStatic memberFetch(String, String, XmlDocument, String)
抓取关键字的值
Public methodStatic memberFetch(String, String, XmlElement, String)
抓取关键字的值
Public methodStatic memberFetchChildNode
Public methodStatic memberFetchChildNodeAttribute
抓取子节点属性
Public methodStatic memberFetchNodeAttribute(XmlElement, String)
尝试获取节点标签属性
Public methodStatic memberFetchNodeAttribute(XmlNode, String)
尝试获取节点标签属性
Public methodStatic memberFetchNodeAttribute(XmlElement, String, String)
尝试获取节点标签属性
Public methodStatic memberFetchNodeAttribute(XmlNode, String, String)
尝试获取节点标签属性
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberIsNullOrEmpty
判断是否是空的Xml信息.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodStatic memberToXml(Object)
将一个对象序列化为Xml信息.
Public methodStatic memberToXml(String)
将一个Json字符串格式化为Xml信息.
Public methodStatic memberToXmlDocument
将Json格式转为XML Document对象.
Public methodStatic memberToXmlTable
将一个DataTable转化为Xml信息.
Top
See Also