Click or drag to resize
XMLHelper Class
XMLHelper XML文档操作管理器
Inheritance Hierarchy
SystemObject
  Slickflow.Engine.UtilityXMLHelper

Namespace: Slickflow.Engine.Utility
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
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 methodStatic memberCreateOrUpdateXmlAttributeByXPath
依据匹配XPath表达式的第一个节点来创建或更新它的属性(如果属性存在则更新,不存在则创建)
Public methodStatic memberCreateOrUpdateXmlNodeByXPath
依据匹配XPath表达式的第一个节点来创建或更新它的子节点(如果节点存在则更新,不存在则创建)
Public methodStatic memberCreateXmlDocument
创建一个XML文档
Public methodStatic memberCreateXmlNodeByXPath
依据匹配XPath表达式的第一个节点来创建它的子节点(如果此节点已存在则追加一个新的同名节点
Public methodStatic memberDeleteAllXmlAttributeByXPath
删除匹配XPath表达式的第一个节点中的所有属性
Public methodStatic memberDeleteXmlAttributeByXPath
删除匹配XPath表达式的第一个节点中的匹配参数xmlAttributeName的属性
Public methodStatic memberDeleteXmlNodeByXPath
删除匹配XPath表达式的第一个节点(节点中的子元素同时会被删除)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodStatic memberGetXmlAttribute
选择节点的某一个xml属性名称
Public methodStatic memberGetXmlNodeByXpath
选择匹配XPath表达式的第一个节点XmlNode.
Public methodStatic memberGetXmlNodeListByXpath
选择匹配XPath表达式的节点列表XmlNodeList.
Public methodStatic memberGetXmlNodeValue
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also